drivers/video/igafb.c: introduce lost 'return'
authorKulikov Vasiliy <segooon@gmail.com>
Wed, 11 Aug 2010 01:02:47 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:12 +0000 (08:59 -0700)
commit527dcf4c5029b8dc791eb96fad01a12bb06e7850
tree3b2ee7c81990b55667f8207a8ce86073f7d84287
parentc07fbfd17e614a76b194f371c5331e21e6cffb54
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>
drivers/video/igafb.c