]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/rts_pstor: Use pr_ or dev_ printks in rtsx.c
authorToshiaki Yamane <yamanetoshi@gmail.com>
Sun, 16 Sep 2012 07:26:38 +0000 (16:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:42:34 +0000 (05:42 -0700)
commitd084610bb1e825eb60a1ca81a801aedfd36ff332
tree6acbda621fb0219206a18bda1c21219016772b11
parent7c014321fda993039875ff3ad961d5c579ce942d
staging/rts_pstor: Use pr_ or dev_ printks in rtsx.c

fixed some checkpatch warnings.
-WARNING: Prefer pr_info(... to printk(KERN_INFO, ...
-WARNING: Prefer pr_err(... to printk(KERN_ERR, ...
-WARNING: quoted string split across lines

And added pr_fmt.

Signed-off-by: Toshiaki Yamane <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts_pstor/rtsx.c