From: Thierry Reding Date: Fri, 8 Aug 2014 21:20:26 +0000 (-0700) Subject: drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference X-Git-Tag: omap-for-v3.17/fixes-against-rc2~116^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7d7a1d0f36bed7f533807146483e8fdfe12a89;p=pandora-kernel.git drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference The interrupt handler gets the driver data associated with the RTC device and doesn't check it for validity. This can cause a NULL pointer being dereferenced when and interrupt fires before the driver data was properly set up. Fix this by setting the driver data earlier (before the interrupt is requested). Signed-off-by: Thierry Reding Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed