From: Jean Delvare Date: Mon, 29 Aug 2005 19:10:31 +0000 (+0200) Subject: [PATCH] I2C: Drop probe parameter of i2c-keywest X-Git-Tag: v2.6.14-rc1~752^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b280dab6d62c8d0434cbc0aaeebf56d1fa4fcc19;p=pandora-kernel.git [PATCH] I2C: Drop probe parameter of i2c-keywest The i2c-keywest driver has a "probe" module parameter which enables bus scanning at load time. This can be done in userspace with the i2cdetect tool (part of the lm_sensors package) instead. What's more, i2cdetect gives more control on the way the bus is scanned, and is safer (i2c-keywest currently scans reserved addresses and doesn't properly handle the famous 24RF08 corruption case.) Thus, I would propose that this module parameter be simply dropped. Signed-off-by: Jean Delvare Acked-by: Benjamin Herrenschmidt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed