]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: sec-core: Remove explicit call to mfd_remove_devices
authorLeon Romanovsky <leon@leon.nu>
Wed, 15 May 2013 15:00:48 +0000 (18:00 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 11 Jun 2013 17:27:51 +0000 (19:27 +0200)
commit15447a46a56a6d191af76ba0e3155c9b1877f596
tree6c8bf8cc57dbcd6512793655cd382472cfd8ae30
parent45fcac1aad5d092f46fc95230aad818abb221b34
mfd: sec-core: Remove explicit call to mfd_remove_devices

In case mfd_add_devices will fail, it will call to mfd_remove_devices
by itself and return non-zero value.

Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/sec-core.c