Re: [PATCHv11 1/6] i2c: omap: Optimise the remove code

2012-07-13 Thread Shubhrajyoti
On Thursday 12 July 2012 05:48 PM, Wolfram Sang wrote: On Thu, Jun 28, 2012 at 08:41:27PM +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 Changed the title from

Re: [PATCHv11 1/6] i2c: omap: Optimise the remove code

2012-07-12 Thread Wolfram Sang
On Thu, Jun 28, 2012 at 08:41:27PM +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 Changed the title from optimise to annotate and pushed to next. -- Pengutronix

[PATCHv11 1/6] i2c: omap: Optimise the remove code

2012-06-28 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