]> git.karo-electronics.de Git - karo-tx-linux.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)
commitb41b6f1d1cb6a16c737c4699d2815112ec21faa6
treef04425a31d0ea619c67225bad8f49e93fee7eb18
parent1b50f5f392e31ab41a272ed3b438f603c09be3f0
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