staging: wlags49_h2: remove unneeded memset() in wireless_get_bssid()
authorCyril Roelandt <tipecaml@gmail.com>
Tue, 4 Dec 2012 20:08:36 +0000 (21:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 19:08:12 +0000 (11:08 -0800)
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 <tipecaml@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found