commit | 9887b5e51fafaf919601ccb8bdae1e0ad749032f | [log] [tgz] |
---|---|---|
author | Sabitha George <sabitha.george@gmail.com> | Mon Sep 26 22:40:16 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 27 13:03:58 2016 +0200 |
tree | 8c3a729b016bd1f615227af88a7f2e761e194f53 | |
parent | 03806ab307c369b2598097a12c9ceed245f9ade0 [diff] |
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>