commit | 527dcf4c5029b8dc791eb96fad01a12bb06e7850 | [log] [tgz] |
---|---|---|
author | Kulikov Vasiliy <segooon@gmail.com> | Tue Aug 10 18:02:47 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 11 08:59:12 2010 -0700 |
tree | 3b2ee7c81990b55667f8207a8ce86073f7d84287 | |
parent | c07fbfd17e614a76b194f371c5331e21e6cffb54 [diff] |
drivers/video/igafb.c: introduce lost 'return' If iga_init() fails, code releases resources and continues to use it. It seems that after releasing resources 'return' should be. Signed-off-by: Kulikov Vasiliy <segooon@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>