]> Pileus Git - ~andy/linux/commit
rtl8712: remove useless calls to memset().
authorCyril Roelandt <tipecaml@gmail.com>
Sun, 2 Dec 2012 02:40:21 +0000 (03:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jan 2013 00:37:11 +0000 (16:37 -0800)
commit0fb3321321254b9239108285db65046e127f6627
tree2e8690c9f9c7454925896382929757c9c9d433f3
parent17cb3be61b45d716f6b21a9380925493413ce0ed
rtl8712: remove useless calls to memset().

These calls are followed by calls to memcpy() on the same memory area, so they
can be safely removed.

Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/mlme_linux.c
drivers/staging/rtl8712/rtl871x_cmd.c
drivers/staging/rtl8712/rtl871x_ioctl_set.c
drivers/staging/rtl8712/rtl871x_mlme.c