1. 21 6月, 2013 1 次提交
  2. 02 4月, 2013 1 次提交
  3. 02 2月, 2013 1 次提交
  4. 29 11月, 2012 3 次提交
  5. 27 11月, 2012 2 次提交
  6. 13 8月, 2012 1 次提交
    • A
      leds: renesas: fix error handling · 4a5a4184
      Arnd Bergmann 提交于
      bfe4c041 "leds: convert Renesas TPU LED driver to devm_kzalloc() and
      cleanup error exit path" introduced a possible case in which r_tpu_probe
      calls iounmap on a wild pointer. This changes the one case that was
      missed in the same way as the other error paths.
      
      Without this patch, building kota2_defconfig results in:
      
      drivers/leds/leds-renesas-tpu.c: In function 'r_tpu_probe':
      drivers/leds/leds-renesas-tpu.c:246:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized]
      drivers/leds/leds-renesas-tpu.c:308:17: warning: 'p' may be used uninitialized in this function [-Wuninitialized]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Magnus Damm <damm@opensource.se>
      Signed-off-by: NBryan Wu <bryan.wu@canonical.com>
      4a5a4184
  7. 24 7月, 2012 1 次提交
  8. 11 1月, 2012 1 次提交
  9. 01 11月, 2011 3 次提交