From: Wolfram Sang Date: Sat, 20 Mar 2010 14:13:03 +0000 (+0100) Subject: Staging: iio: light: fix dangling pointers X-Git-Tag: v2.6.34-rc7~36^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36fc07dc3c742bd704c59d85c8cf12585a00e41;p=pandora-kernel.git Staging: iio: light: 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 Acked-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed