1. 21 4月, 2010 1 次提交
    • H
      viafb: Fix various resource leaks during module_init() · 109771a6
      Harald Welte 提交于
      The current code executed from module_init() in viafb does not have
      proper error checking and [partial] resoure release paths in case
      an error happens half way through driver initialization.
      
      This patch adresses the most obvious of those issues, such as a
      leftover i2c bus if module_init (and thus module load) fails.
      
      [jc: fixed merge conflicts]
      [jc: also restored -ENOMEM return on ioremap() fail]
      
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: ScottFang@viatech.com.cn
      Cc: JosephChan@via.com.tw
      Signed-off-by: NHarald Welte <HaraldWelte@viatech.com>
      109771a6
  2. 31 3月, 2010 2 次提交
  3. 30 3月, 2010 29 次提交
  4. 29 3月, 2010 8 次提交