From: Viktor Rosendahl Date: Wed, 2 Jul 2008 13:36:36 +0000 (+0300) Subject: twl4030-madc: Fix arbitrarily initialized function pointer X-Git-Tag: v2.6.26-omap1~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91fd98be045bec9c18e13110f22dafd44cb84b5;p=pandora-kernel.git twl4030-madc: Fix arbitrarily initialized function pointer req is an automatic variable and thus we cannot rely on it being initialized to zero (I am leaving the 0!= NULL discussion aside). Other functions test if this pointer is NULL, in order to determine whether it is a valid address or not. Signed-off-by: Viktor Rosendahl Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed