1
0
Files
linux/drivers
Axel Lin ef256176c7 mfd: Avoid calling platform_device_put() twice in ucb1400 probe error path
In the case of goto err2, what we want is to call
platform_device_del() instead of platform_device_unregister().
Otherwise, we call platform_device_put() twice.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2010-08-12 11:28:06 +02:00
..
2010-08-12 11:27:59 +02:00
2010-08-11 08:59:12 -07:00
2010-08-11 08:59:05 -07:00
2010-08-03 11:55:15 -04:00