]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: greybus: svc_watchdog: replace printk() with pr_err()
authorEmmanuil Chatzipetru <chatzi.emanuel@gmail.com>
Thu, 22 Dec 2016 15:22:03 +0000 (16:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jan 2017 15:47:52 +0000 (16:47 +0100)
commit62730c957164007b2b6e9d0d4a0b7c6b742815e5
tree4c672680a4b4e18f4833357189b4a44de06b7b49
parent28cf203524de9fef49b39f2a922d5206b206b665
staging: greybus: svc_watchdog: replace printk() with pr_err()

Fix coding style issue caught by checkpatch.pl related to the following
warning:
- "WARNING: Prefer [subsystem eg: netdev]_err([subsystem]dev, ... then
dev_err(dev, ... then pr_err(...  to printk(KERN_ERR ."

Signed-off-by: Emmanuil Chatzipetru <chatzi.emanuel@gmail.com>
Acked-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/svc_watchdog.c