From: Arthur Othieno Date: Mon, 27 Mar 2006 09:17:24 +0000 (-0800) Subject: [PATCH] matroxfb: simply return what i2c_add_driver() does X-Git-Tag: v2.6.17-rc1~333 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756e21a022aba5214bafcf803f114aed8a783b99;p=pandora-kernel.git [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 Acked-by: Jean Delvare Acked-by: Petr Vandrovec Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed