Skip to content

Commit

Permalink
ps3_gelic_wireless: Remove superfluous debug info
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Hamish Guthrie authored and John W. Linville committed Feb 1, 2010
1 parent 3c38405 commit e389900
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/ps3_gelic_wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -1449,8 +1449,7 @@ static int gelic_wl_start_scan(struct gelic_wl_info *wl, int always_scan,
void *buf = NULL;
size_t len;

pr_debug("%s: <- always=%d essid_len=%z\n", __func__,
always_scan, essid_len);
pr_debug("%s: <- always=%d\n", __func__, always_scan);
if (mutex_lock_interruptible(&wl->scan_lock))
return -ERESTARTSYS;

Expand Down

0 comments on commit e389900

Please sign in to comment.