aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2011-01-30 20:29:38 +0100
committerKevin Hilman <khilman@ti.com>2011-01-31 12:59:15 -0800
commit8353584eae4af8f37e5a23b63ed816c79185a9c9 (patch)
tree30e6b3a32c97b6347a6dcd109352ef08766642c3 /arch/arm/mach-omap2/pm34xx.c
parent720bc782249015a30438516cee5c4be180a3f675 (diff)
downloadkernel_samsung_smdk4412-8353584eae4af8f37e5a23b63ed816c79185a9c9.zip
kernel_samsung_smdk4412-8353584eae4af8f37e5a23b63ed816c79185a9c9.tar.gz
kernel_samsung_smdk4412-8353584eae4af8f37e5a23b63ed816c79185a9c9.tar.bz2
OMAP: PM: SmartReflex: Fix possible null pointer read access
These errors were found by cppcheck: arch/arm/mach-omap2/smartreflex.c:784: error: Possible null pointer dereference: sr_info arch/arm/mach-omap2/smartreflex.c:799: error: Possible null pointer dereference: sr_info Both conditional statements are executed when sr_info == NULL, so accessing sr_info->voltdm would fail. Cc: Russell King <linux@arm.linux.org.uk> Cc: linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
0 files changed, 0 insertions, 0 deletions