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)
commite799acb2ed2f23e88b9ccb89d84fcf206b566d23
tree993b5042249d41211250e798de5ab48cb9ee3a79
parent7e30b8decbb1a5853522936eb613803a480312c3
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