]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: Remove redundant null check before kfree in bus.c
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 20 Nov 2012 09:13:17 +0000 (14:43 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 4 Dec 2012 18:43:11 +0000 (13:43 -0500)
commit6d538407781e7c37b87ad3462ebb2113c13afd98
tree178305458c33542ac738e820f90d95e52ade076e
parentc75f9bd8ff5b6b316c53053176941bb1f164eb70
mmc: Remove redundant null check before kfree in 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/bus.c