staging: ks7010: Fix coding style and remove checkpatch.pl warnings.
Removed printk statements for debugging. The same information can be acquired via ftrace, so these print statements are uneccessary. Signed-off-by: Jonathan Whitaker <jon.b.whitaker@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
423a8a6eac
commit
aef0278e10
|
@ -834,8 +834,6 @@ static int ks7010_sdio_probe(struct sdio_func *func,
|
||||||
unsigned char byte;
|
unsigned char byte;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
DPRINTK(5, "ks7010_sdio_probe()\n");
|
|
||||||
|
|
||||||
priv = NULL;
|
priv = NULL;
|
||||||
netdev = NULL;
|
netdev = NULL;
|
||||||
|
|
||||||
|
@ -1008,8 +1006,6 @@ static void ks7010_sdio_remove(struct sdio_func *func)
|
||||||
struct ks_sdio_card *card;
|
struct ks_sdio_card *card;
|
||||||
struct ks_wlan_private *priv;
|
struct ks_wlan_private *priv;
|
||||||
|
|
||||||
DPRINTK(1, "ks7010_sdio_remove()\n");
|
|
||||||
|
|
||||||
card = sdio_get_drvdata(func);
|
card = sdio_get_drvdata(func);
|
||||||
|
|
||||||
if (!card)
|
if (!card)
|
||||||
|
|
Loading…
Reference in New Issue