[PATCH] I2C: Drop debug eeprom dump code in pcilynx
authorJean Delvare <khali@linux-fr.org>
Thu, 25 Aug 2005 14:43:29 +0000 (16:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:26:52 +0000 (09:26 -0700)
commit386625f9f5cd94d10a21241b555b130dcec484fb
tree15746d1a5c66fa476487a7f95d84115f86ac3f81
parent4e0c64cfc1126a2946487d4771168458bb9ba9be
[PATCH] I2C: Drop debug eeprom dump code in pcilynx

The pcilynx driver includes code to dump the contents of an i2c eeprom
for debugging purposes. The same can be done from userspace using the
i2cdump tool (part of the lm_sensors project) instead, in a more
efficient and flexible way.

Thus I would suggest that this functionality be simply dropped from the
pcilynx driver.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ieee1394/pcilynx.c