commit | d69d20549be9e44b928d5f857898fe7432deeaac | [log] [tgz] |
---|---|---|
author | Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | Tue Mar 17 00:00:52 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 20 13:13:59 2015 +0100 |
tree | c3b56b01c5f47c95fbb5e07c558980a441ebbd9a | |
parent | 2729011c40ba0bde6ad5381fa84775fff7456c1a [diff] |
staging: rtl8192e: fix coding style warnings (printk -> netdev_*) Use netdev_*, dev_* or pr_* instead of printk where possible. KERN_DEBUG messages are left intact as pr_dbg has different behaviour. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>