From: Jean Delvare Date: Tue, 1 May 2007 21:26:32 +0000 (+0200) Subject: i2c: Make i2c_del_driver a void function X-Git-Tag: v2.6.22-rc1~1081^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e820968ad47219f7d559117a30e85cf96b4e4e;p=pandora-kernel.git i2c: Make i2c_del_driver a void function Make i2c_del_driver a void function, like all other driver removal functions. It always returned 0 even when errors occured, and nobody ever actually checked the return value anyway. And we cannot fail a module removal anyway. Signed-off-by: Jean Delvare --- Reading git-diff-tree failed