commit | d0beccb04e9670d97ef91c1141bfad8f41801183 | [log] [tgz] |
---|---|---|
author | Luca Ceresoli <luca@lucaceresoli.net> | Wed Dec 02 22:54:01 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 18:58:31 2016 -0800 |
tree | 381463210764cc24dd580584e7ca26c91f1f5117 | |
parent | 8891bcac17da0a7233a46266c57cf9934d39f919 [diff] |
staging: rtl8188eu: don't cast to void* when calling memset() The first argument to memset() is (void *), the explicit typecasts are not needed. They just make code less readable. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>