[PATCH] i2c: kzalloc cleanups, 2 of 2
authorJean Delvare <khali@linux-fr.org>
Mon, 17 Oct 2005 21:14:31 +0000 (23:14 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:12 +0000 (14:02 -0700)
commitdeb875c7ff2ef417a2daff41ee4b357098b7ab10
treeaad952c341d91e9c6bda7653d73bb8f2624dd8a0
parent078d9fe4fe8dada13e37d2e2790b0ad780324097
[PATCH] i2c: kzalloc cleanups, 2 of 2

Use kzalloc instead of kmalloc in the S4882 SMBus multiplexing driver.
I guess it's safer that way.

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