1. 23 2月, 2011 4 次提交
  2. 22 2月, 2011 1 次提交
  3. 18 2月, 2011 14 次提交
  4. 17 2月, 2011 12 次提交
  5. 15 2月, 2011 4 次提交
  6. 03 2月, 2011 1 次提交
  7. 02 2月, 2011 3 次提交
  8. 01 2月, 2011 1 次提交
    • S
      OMAP: PM: SmartReflex: Fix possible null pointer read access · 8353584e
      Stefan Weil 提交于
      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: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NKevin Hilman <khilman@ti.com>
      8353584e