]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
matrox maven: fix a broken error path
authorJean Delvare <khali@linux-fr.org>
Tue, 12 Aug 2008 23:20:04 +0000 (23:20 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Aug 2008 18:15:25 +0000 (11:15 -0700)
commitb50504f77c63d836cd2ed62d3e675353970b4d58
tree060926a1337088f40fadfa3af5d33be53163bd43
parenta81a91f03af0cb89a8a5144d2bb2dc670000aef8
matrox maven: fix a broken error path

commit 5ede40f87957c6ededf9284c8339722a97b9dfb6 upstream

I broke an error path with d03c21ec0be7787ff6b75dcf56c0e96209ccbfbd,
sorry about that.

The machine will crash if the i2c_attach_client() or maven_init_client()
calls fail, although nobody has yet reported this happening.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/video/matrox/matroxfb_maven.c