mfd: properly handle platform_device_add_resources fail in mfd_add_device
authorAxel Lin <axel.lin@gmail.com>
Mon, 31 May 2010 09:30:55 +0000 (17:30 +0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 12 Aug 2010 09:27:19 +0000 (11:27 +0200)
commit8af5fe3bc59d73479ff701340e1a9bc7c6b5f0ff
treedb9ae235ef680ce0778a9269aae394a2bbb11720
parent25fe24f884015ba2e1e39376deb055bbbdc5ba83
mfd: properly handle platform_device_add_resources fail in mfd_add_device

platform_device_add_resources may fail, thus add error checking for it.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/mfd-core.c