[PATCH 15/18] mfd: Prevent unassigned pointer from being used in ab8500-gpadc driver
From: Linus Walleij <hidden>
Date: 2012-05-20 21:02:11
From: Linus Walleij <hidden>
Date: 2012-05-20 21:02:11
On Thu, May 17, 2012 at 3:45 PM, Lee Jones [off-list ref] wrote:
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 <redacted>
Acked-by: Linus Walleij <redacted> Thanks, Linus Walleij