Re: [PATCH] i2c driver fixes for 2.6.1

From: Jean Delvare
Date: Wed Jan 21 2004 - 15:46:02 EST


> Or just send me a patch, backing out your change, I'll apply that :)

Here you are. Sorry again for the noise.

--------------------------------

Undo a recent change to the i2c documentation. The change belongs to
2.7.

--- linux-2.6.2-rc1/Documentation/i2c/porting-clients.orig Wed Jan 21 21:41:04 2004
+++ linux-2.6.2-rc1/Documentation/i2c/porting-clients Wed Jan 21 21:41:12 2004
@@ -92,10 +92,7 @@
i2c_get_clientdata(client) instead.

* [Interface] Init function should not print anything. Make sure
- there is a MODULE_LICENSE() line. MODULE_PARM() is replaced
- by module_param(). Note that module_param has a third parameter,
- that you should set to 0 by default. See include/linux/moduleparam.h
- for details.
+ there is a MODULE_LICENSE() line.

Coding policy:



--
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/