]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[S390] qdio: change QDIO performance_stats error message priority
authorUrsula Braun <braunu@de.ibm.com>
Fri, 12 Oct 2007 14:11:40 +0000 (16:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Oct 2007 14:13:08 +0000 (16:13 +0200)
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>
drivers/s390/cio/qdio.c

index 151636cc8f24d268f98b2ee19d897a1c8e26d47b..40a3208c7cf3defbc2c47429a8a4654d32290630 100644 (file)
@@ -3727,7 +3727,7 @@ qdio_performance_stats_store(struct bus_type *bus, const char *buf, size_t count
 #endif /* CONFIG_64BIT */
                }
        } 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 count;