mmc: queue: remove redundant memsets
authorVenkatraman S <svenkatr@ti.com>
Fri, 13 Apr 2012 12:24:13 +0000 (17:54 +0530)
committerChris Ball <cjb@laptop.org>
Wed, 9 May 2012 14:10:46 +0000 (10:10 -0400)
Not needed to memset, as they are pointers and are assigned
to proper values in the next line anyway.

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Reviewed-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found