]> git.baikalelectronics.ru Git - kernel.git/commit
mmci-omap: remove bogus check for host->iclk
authorLadislav Michl <ladis@linux-mips.org>
Tue, 15 Dec 2009 02:01:24 +0000 (18:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:34 +0000 (08:53 -0800)
commit7db8370f448e75b7ae5aa62a586fbbc48ff80018
tree993b5042249d41211250e798de5ab48cb9ee3a79
parent09f0c98fe99880b3ca3a8c7e3a03856e8e626b8f
mmci-omap: remove bogus check for host->iclk

Remove check for host->iclk being NULL from error path since we already
know it is non-null and use return value from clk_get.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/omap.c