linux/drivers/mmc
Dan Carpenter 9ef219c53f mmc: mxs-mmc: remove unneeded NULL check
Static checkers complain about the inconsistent NULL checking here:

	drivers/mmc/host/mxs-mmc.c:680 mxs_mmc_probe()
	warn: variable dereferenced before check 'ssp->dmach' (see line 660)

The variable can't actually be NULL so we can remove the check.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2015-01-19 09:56:10 +01:00
..
card mmc: queue: Improve error handling during allocation of bounce buffers 2014-12-05 10:33:17 +01:00
core mmc: core: Support the optional init_card() callback for MMC and SD 2015-01-19 09:56:04 +01:00
host mmc: mxs-mmc: remove unneeded NULL check 2015-01-19 09:56:10 +01:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00