Re: [PATCH] OMAP: I2C: add devexit to the remove code

2012-01-09 Thread Datta, Shubhrajyoti
On Fri, Jan 6, 2012 at 9:58 PM, Ben Dooks ben-...@fluff.org wrote: On Tue, Dec 20, 2011 at 12:55:59PM +0530, Shubhrajyoti D wrote: The omap_i2c_remove function may not be needed after device exit so the memory could be freed. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com Will add this

Re: [PATCH] OMAP: I2C: add devexit to the remove code

2012-01-06 Thread Ben Dooks
On Tue, Dec 20, 2011 at 12:55:59PM +0530, Shubhrajyoti D wrote: The omap_i2c_remove function may not be needed after device exit so the memory could be freed. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com Will add this later. --- drivers/i2c/busses/i2c-omap.c |5 ++--- 1 files

[PATCH] OMAP: I2C: add devexit to the remove code

2011-12-19 Thread Shubhrajyoti D
The omap_i2c_remove function may not be needed after device exit so the memory could be freed. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/i2c/busses/i2c-omap.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap.c