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>
Thu, 6 Dec 2012 18:55:06 +0000 (13:55 -0500)
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>

No differences found