staging: vt6656: remove a useless call to memset().
authorCyril Roelandt <tipecaml@gmail.com>
Sun, 2 Dec 2012 02:40:22 +0000 (03:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 19:15:27 +0000 (11:15 -0800)
commitd4d8bcd945c92c7da4b05f93c060e38b559065f0
tree3afc432c15ccaf5621132582361c2c87ecda4404
parentfe5d00ebd348621ce34bb4982271f7b1c45e6700
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>
drivers/staging/vt6656/bssdb.c
This page took 0.027675 seconds and 5 git commands to generate.