[PATCH 1/3] i2c: i2c-mux-gpio: Use devm_kzalloc instead of kzalloc
From: Jean Delvare <hidden>
Date: 2012-10-06 13:10:28
Also in:
linux-i2c
From: Jean Delvare <hidden>
Date: 2012-10-06 13:10:28
Also in:
linux-i2c
On Thu, 27 Sep 2012 17:13:02 +0200, Maxime Ripard wrote:
Use the devm_kzalloc managed function to stripdown the error and remove code. Signed-off-by: Maxime Ripard <redacted> Acked-by: Jean Delvare <redacted> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> --- drivers/i2c/muxes/i2c-mux-gpio.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (...)
Note: I ended up applying this patch (it's on its way to Linus already) because it did conflict with another patch in my tree. So only patches 2/3 and 3/3 in this series are left for Wolfram to handle. -- Jean Delvare