patch-2.3.36 linux/drivers/char/tea6300.c

Next file: linux/drivers/char/tuner.c
Previous file: linux/drivers/char/tda9855.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.35/linux/drivers/char/tea6300.c linux/drivers/char/tea6300.c
@@ -88,7 +88,7 @@
 static int tea6300_write(struct i2c_client *client, int addr, int val)
 {
 	unsigned char buffer[2];
-	
+
 	buffer[0] = addr;
 	buffer[1] = val;
 	if (2 != i2c_master_send(client,buffer,2)) {
@@ -303,7 +303,7 @@
 
 static struct i2c_driver driver = {
         "i2c tea6300 driver",
-        I2C_DRIVERID_TEA6300,  /* FIXME */
+        I2C_DRIVERID_TEA6300,
         I2C_DF_NOTIFY,
 	tea6300_probe,
         tea6300_detach,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)