From: Lee Jones Date: Thu, 17 May 2012 13:45:20 +0000 (+0100) Subject: mfd: Prevent unassigned pointer from being used in ab8500-gpadc driver X-Git-Tag: v3.5-rc1~51^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dff11e5ab2f752ad75d0b506fcc981fef9999c5;p=pandora-kernel.git mfd: Prevent unassigned pointer from being used in ab8500-gpadc driver Before this patch if probe failed to find the platform IRQ it would attempt to print a message out using dev_err, which in turn was being passed an unassigned pointer. This patch ensures the information passed to dev_err is correct. Signed-off-by: Lee Jones Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed