linux/drivers/mmc
Dan Carpenter 9e2a0c96ef mmc: toshsd: move dereference below check for NULL
We check for NULL pointers after dereferencing so it's too late.  Oddly
enough, Smatch misses this code but complains about the caller passing
NULL pointers to this function:

	drivers/mmc/host/toshsd.c:389 toshsd_irq()
	error: we previously assumed 'host->cmd' could be null (see line 349)

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2014-11-26 14:31:01 +01:00
..
card mmc: block: Increase max_devices 2014-11-26 14:30:59 +01:00
core mmc: core: reset sdio card properly on resume. 2014-11-26 14:30:59 +01:00
host mmc: toshsd: move dereference below check for NULL 2014-11-26 14:31:01 +01:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00