1. 12 2月, 2013 1 次提交
    • T
      gpio/vt8500: memory cleanup missing · 9f01d30e
      Tony Prisk 提交于
      This driver is missing a .remove callback, and the fail path on
      probe is incomplete.
      
      If an error occurs in vt8500_add_chips, gpio_base is not unmapped.
      The driver is also ignoring the return value from this function so
      if a chip fails to register it completes as successful.
      
      Replaced pr_err with dev_err in vt8500_add_chips since the device is
      available.
      
      There is also no .remove callback defined so the function is added.
      Signed-off-by: NTony Prisk <linux@prisktech.co.nz>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      9f01d30e
  2. 10 1月, 2013 1 次提交
  3. 29 11月, 2012 1 次提交
  4. 19 10月, 2012 1 次提交
  5. 21 9月, 2012 1 次提交