[patch 1/2] mmc: omap_hsmmc: remove a duplicative test

2014-01-30 Thread Dan Carpenter
Static checkers complain that testing for both next and !next is duplicative. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 2a629fbde613..bfb0dbd052c0 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++

Re: [patch 1/2] mmc: omap_hsmmc: remove a duplicative test

2014-01-30 Thread Balaji T K
On Thursday 30 January 2014 05:45 PM, Dan Carpenter wrote: Static checkers complain that testing for both next and !next is duplicative. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Looks good to me Acked-by: Balaji T K balaj...@ti.com diff --git a/drivers/mmc/host/omap_hsmmc.c