]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/i2c/porting-clients
[PATCH] I2C: i2c-piix4: Fix typo in documentation
[karo-tx-linux.git] / Documentation / i2c / porting-clients
index 856274fc8e9f46ee0768430a01d7e33c49aab9f8..f03c2a02f806684c39c0cd8459eaab71a661496b 100644 (file)
@@ -125,6 +125,9 @@ Technical changes:
 
 * [Driver] The flags field of the i2c_driver structure is gone.
   I2C_DF_NOTIFY is now the default behavior.
+  The i2c_driver structure has a driver member, which is itself a
+  structure, those name member should be initialized to a driver name
+  string. i2c_driver itself has no name member anymore.
 
 Coding policy: