2010-02-01 16:42:41

by Hamish Guthrie

[permalink] [raw]
Subject: [PATCH] ps3_gelic_wireless: Remove superfluous debug info

---
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 d520e9e..2663b2f 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,
void *buf = NULL;
size_t len;

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

--
1.6.2.4



2010-02-01 16:51:41

by Geoff Levand

[permalink] [raw]
Subject: Re: [PATCH] ps3_gelic_wireless: Remove superfluous debug info

On 02/01/2010 08:42 AM, Hamish Guthrie wrote:
> ---
> drivers/net/ps3_gelic_wireless.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)

Acked-by: Geoff Levand <[email protected]>


2010-02-02 08:13:38

by Hamish Guthrie

[permalink] [raw]
Subject: Re: [PATCH] ps3_gelic_wireless: Remove superfluous debug info

Geoff Levand wrote:
> On 02/01/2010 08:42 AM, Hamish Guthrie wrote:
>> ---
>> drivers/net/ps3_gelic_wireless.c | 3 +--
>> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> Acked-by: Geoff Levand <[email protected]>
>
Signed-off-by: Hamish Guthrie <[email protected]>