Re: [PATCH 3/4] mmc: queue: remove redundant memsets

2012-04-18 Thread Namjae Jeon
2012/4/13 Venkatraman S : > Not needed to memset, as they are pointers and are assigned > to proper values in the next line anyway. > > Signed-off-by: Venkatraman S Looks good!! Reviewed-by: Namjae Jeon Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of

[PATCH 3/4] mmc: queue: remove redundant memsets

2012-04-13 Thread Venkatraman S
Not needed to memset, as they are pointers and are assigned to proper values in the next line anyway. Signed-off-by: Venkatraman S --- drivers/mmc/card/queue.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/card/queue.c b/drivers/mmc/card/queue.c index 49af43c..e360a97 10064