]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c-omap: Fix NULL pointer dereferencing
authorTony Lindgren <tony@atomide.com>
Mon, 14 Jan 2008 20:53:30 +0000 (21:53 +0100)
committerJean Delvare <khali@hyperion.delvare>
Mon, 14 Jan 2008 20:53:30 +0000 (21:53 +0100)
commit3e39752d5367f9087e058abe768708165e1ec373
treebc6d749167fecc4d55bb9bf707fa16b837fa9375
parent1a1b285c24e1468afe82b09330dde5192a6e0013
i2c-omap: Fix NULL pointer dereferencing

This patch fixes bug #9581 reported by Marcio Buss. If kzalloc fails,
omap_i2c_write_reg() tries to reset an unallocated I2C controller.

Cc: Marcio Buss <marciobuss@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-omap.c