commit | f322d5f0097333343bfd92b47258ee997c889263 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Sat Mar 20 15:12:54 2010 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri May 28 01:37:28 2010 +0200 |
tree | d6f0d4b0e0f6e6a8fa778a73c740916ca5616dd2 | |
parent | d84027bc4d176a0c06e8f62a9f7a002bdd444012 [diff] |
mfd: Fix dangling pointers Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>