]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3cbdf4639952c250363ff01010f1a5b45f811184
treef04425a31d0ea619c67225bad8f49e93fee7eb18
parent592356d804643f5fda98b271329b816a16ca394b
mmc: queue: remove redundant memsets

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>
drivers/mmc/card/queue.c