commit | d4d8bcd945c92c7da4b05f93c060e38b559065f0 | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <tipecaml@gmail.com> | Sun Dec 02 03:40:22 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 11:15:27 2013 -0800 |
tree | 3afc432c15ccaf5621132582361c2c87ecda4404 | |
parent | fe5d00ebd348621ce34bb4982271f7b1c45e6700 [diff] |
staging: vt6656: remove a useless call to memset(). This call is followed by a call to memcpy() on the same memory area, so it can be safely removed. Signed-off-by: Cyril Roelandt <tipecaml@gmail.com> Acked-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>