]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] tape: Use pr_xxx instead of dev_xxx in shared driver code
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Fri, 11 Sep 2009 08:29:07 +0000 (10:29 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 11 Sep 2009 08:29:57 +0000 (10:29 +0200)
commitae1f8263936c93c4f3555b2a316b7e3bbf47a77e
treef9120693b80ce05380d7197c2eda7faec16059f6
parent61f4fadf0e3990ccd1ca880341f677a33369690f
[S390] tape: Use pr_xxx instead of dev_xxx in shared driver code

For messages from the tape core that is shared between the 3590 and 34xx
tape disciplines, we want to have the "tape" prefix instead of "tape_3590"
or "tape_34xx". In order to fix this, we now use the pr_xxx printk macros.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/tape_34xx.c
drivers/s390/char/tape_3590.c
drivers/s390/char/tape_block.c
drivers/s390/char/tape_core.c