commit | d0a11693967295772d2a7c22b6b37eb20684e709 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Mon Aug 09 14:52:16 2010 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Aug 12 11:28:14 2010 +0200 |
tree | f06b8c1faef0f39646da69c8712f270707120d85 | |
parent | a2cddb6e416721cfe07770c264100607997fd8cb [diff] |
mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probe The i2c_client received in probe() should not be kfree()'d. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>