]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: Remove redundant null check before kfree in sdio_bus.c
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 20 Nov 2012 09:13:16 +0000 (14:43 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 4 Dec 2012 18:43:11 +0000 (13:43 -0500)
commitc75f9bd8ff5b6b316c53053176941bb1f164eb70
treed62a5d5d8a33d49f2e98701dab0bd07ba27efe62
parenta367610067374d0cea1c600935849f1798b7d17b
mmc: Remove redundant null check before kfree in sdio_bus.c

kfree on a null pointer is a no-op.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/sdio_bus.c