]> Git Repo - linux.git/commit
[PATCH] matroxfb: simply return what i2c_add_driver() does
authorArthur Othieno <[email protected]>
Mon, 27 Mar 2006 09:17:24 +0000 (01:17 -0800)
committerLinus Torvalds <[email protected]>
Mon, 27 Mar 2006 16:44:55 +0000 (08:44 -0800)
commit756e21a022aba5214bafcf803f114aed8a783b99
treed41a2be43ed27563a13fb34b980453f8289d38ce
parentfc4effc7a98d0d320e478d1d42bc4a8a64380150
[PATCH] matroxfb: simply return what i2c_add_driver() does

insmod will tell us when the module failed to load.  We do no further
processing on the return from i2c_add_driver(), so just return what
i2c_add_driver() did, instead of storing it.

Add __init/__exit annotations while we're at it.

Signed-off-by: Arthur Othieno <[email protected]>
Acked-by: Jean Delvare <[email protected]>
Acked-by: Petr Vandrovec <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/matrox/matroxfb_maven.c
This page took 0.049589 seconds and 4 git commands to generate.