commit | 7a4000e7128d9432ba78bc398bbedc6066825b80 | [log] [tgz] |
---|---|---|
author | Claudiu Beznea <claudiu.beznea@gmail.com> | Fri Mar 25 22:54:48 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Mar 29 12:43:14 2016 -0700 |
tree | 2d9db4916354dfbe4c7f9ffe75dec47e4925ce73 | |
parent | db71dd988af5ffdc6280e93977591b3ebc4c7673 [diff] |
Staging: wlan-ng: no need for memcpy() since its arguments are already equal This patch removes the memcpy() for two variables which were previously tested with memcmp(). The result of memcmp() was zero which means that the previously tested variables were already equal. Signed-off-by: Claudiu Beznea <claudiu.beznea@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>