]> err.no Git - linux-2.6/blobdiff - Documentation/i2c/porting-clients
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
[linux-2.6] / Documentation / i2c / porting-clients
index 4849dfd6961c7d2ed2d21eb5e7a65cf72cf0b755..184fac2377aa19e6e2cafafa34f704debd51941a 100644 (file)
@@ -82,7 +82,7 @@ Technical changes:
   exit and exit_free. For i2c+isa drivers, labels should be named
   ERROR0, ERROR1 and ERROR2. Don't forget to properly set err before
   jumping to error labels. By the way, labels should be left-aligned.
-  Use memset to fill the client and data area with 0x00.
+  Use kzalloc instead of kmalloc.
   Use i2c_set_clientdata to set the client data (as opposed to
   a direct access to client->data).
   Use strlcpy instead of strcpy to copy the client name.