From: Rajendra Nayak Date: Mon, 2 Dec 2013 19:38:14 +0000 (-0800) Subject: ARM: OMAP2+: Powerdomain: Fix unchecked dereference of arch_pwrdm X-Git-Tag: omap-for-v3.13/more-dt-regressions~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfc4bdd51970ac07c9eea545e65a3b16dc269b6;p=pandora-kernel.git ARM: OMAP2+: Powerdomain: Fix unchecked dereference of arch_pwrdm Commit 'cd8abed' "ARM: OMAP2+: Powerdomain: Remove the need to always have a voltdm associated to a pwrdm" leads to the following Smatch complaint: arch/arm/mach-omap2/powerdomain.c:131 _pwrdm_register() error: we previously assumed 'arch_pwrdm' could be null (see line 105) So, fix the unchecked dereference of arch_pwrdm. Reported-by: Dan Carpenter Acked-by: Nishanth Menon Signed-off-by: Rajendra Nayak Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed