]> git.baikalelectronics.ru Git - kernel.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>
Thu, 6 Dec 2012 18:55:07 +0000 (13:55 -0500)
commit23851f92e38c5459f8f0309d8797f72328b345ec
treefe5cbc596d5b17999498f026a5c47d5591f8321d
parentfc08d2ef909c8adb8defd3d6032607d3faeee35e
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