[S390] qdio: change QDIO performance_stats error message priority
Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
parent
e108cebb21
commit
c622498e5c
1 changed files with 1 additions and 1 deletions
|
@ -3727,7 +3727,7 @@ qdio_performance_stats_store(struct bus_type *bus, const char *buf, size_t count
|
||||||
#endif /* CONFIG_64BIT */
|
#endif /* CONFIG_64BIT */
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
QDIO_PRINT_WARN("QDIO performance_stats: write 0 or 1 to this file!\n");
|
QDIO_PRINT_ERR("QDIO performance_stats: write 0 or 1 to this file!\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
return count;
|
return count;
|
||||||
|
|
Loading…
Add table
Reference in a new issue