staging: ks7010: Fix warnings on printk() usage
authorSabitha George <sabitha.george@gmail.com>
Mon, 26 Sep 2016 17:10:16 +0000 (22:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 11:03:58 +0000 (13:03 +0200)
commit9887b5e51fafaf919601ccb8bdae1e0ad749032f
tree8c3a729b016bd1f615227af88a7f2e761e194f53
parent03806ab307c369b2598097a12c9ceed245f9ade0
staging: ks7010: Fix warnings on printk() usage

This patch fixes the following warnings on ks7010_sdio.c
1. printk() should include KERN_ facility level
2. Prefer [subsystem eg: netdev]_err([subsystem]dev, ...
then dev_err(dev, ... then pr_err(...  to printk(KERN_ERR ...

Signed-off-by: Sabitha George <sabitha.george@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c