]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap_hsmmc: remove a duplicative test
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 30 Jan 2014 12:15:18 +0000 (15:15 +0300)
committerChris Ball <chris@printf.net>
Tue, 4 Mar 2014 16:44:13 +0000 (11:44 -0500)
commit34af9236016554c724e88cfb1c8b3f1af98fe2e0
tree04d65ef271374d5306697ccdda94f075d2d75ad7
parentfbaddad6eb65179e0c30b9843d89e2551caca8aa
mmc: omap_hsmmc: remove a duplicative test

Static checkers complain that testing for both "next" and "!next" is
duplicative.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/omap_hsmmc.c