[PATCH] staging: wlags49_h2: remove unneeded memset() in wireless_get_bssid()

2012-12-04 Thread Cyril Roelandt
A few lines after this call, we memcpy over the same memory area, so the call to memset is not necessary. Signed-off-by: Cyril Roelandt --- drivers/staging/wlags49_h2/wl_wext.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_wext.c

[PATCH] staging: wlags49_h2: remove unneeded memset() in wireless_get_bssid()

2012-12-04 Thread Cyril Roelandt
A few lines after this call, we memcpy over the same memory area, so the call to memset is not necessary. Signed-off-by: Cyril Roelandt tipec...@gmail.com --- drivers/staging/wlags49_h2/wl_wext.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_wext.c