linux/drivers/mmc
Wei Yongjun 3e7e8c18a1 mmc: jz4740: fix return value check in jz4740_mmc_probe()
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR(). Also there is already a error message within
devm_ioremap_resource(), so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Chris Ball <cjb@laptop.org>
2013-08-24 22:00:46 -04:00
..
card mmc: core: Handle card shutdown from mmc_bus 2013-06-27 12:39:18 -04:00
core MMC highlights for 3.11: 2013-07-10 11:16:00 -07:00
host mmc: jz4740: fix return value check in jz4740_mmc_probe() 2013-08-24 22:00:46 -04:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00