diff options
author | Hamish Guthrie <hamish.guthrie@sonycom.com> | 2010-02-01 11:42:38 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-02-01 15:40:09 -0500 |
commit | e389900ed31975f3ce091764bf394b045058dad1 (patch) | |
tree | 6b1f55bbd2db3e194e53bdbce4c55ba7c5ac2c87 /drivers/net | |
parent | 3c384053ce4cb1949f5575c28e30e6ceea8cb39b (diff) |
ps3_gelic_wireless: Remove superfluous debug info
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ps3_gelic_wireless.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ps3_gelic_wireless.c b/drivers/net/ps3_gelic_wireless.c index 448c5b6789d3..2663b2fdc0bb 100644 --- a/drivers/net/ps3_gelic_wireless.c +++ b/drivers/net/ps3_gelic_wireless.c | |||
@@ -1449,8 +1449,7 @@ static int gelic_wl_start_scan(struct gelic_wl_info *wl, int always_scan, | |||
1449 | void *buf = NULL; | 1449 | void *buf = NULL; |
1450 | size_t len; | 1450 | size_t len; |
1451 | 1451 | ||
1452 | pr_debug("%s: <- always=%d essid_len=%z\n", __func__, | 1452 | pr_debug("%s: <- always=%d\n", __func__, always_scan); |
1453 | always_scan, essid_len); | ||
1454 | if (mutex_lock_interruptible(&wl->scan_lock)) | 1453 | if (mutex_lock_interruptible(&wl->scan_lock)) |
1455 | return -ERESTARTSYS; | 1454 | return -ERESTARTSYS; |
1456 | 1455 | ||