]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: omap: Annotate the remove code
authorShubhrajyoti D <shubhrajyoti@ti.com>
Thu, 28 Jun 2012 15:11:27 +0000 (20:41 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Thu, 12 Jul 2012 12:18:17 +0000 (14:18 +0200)
commitd790aea70d714c1ba58823b4dc1b445f1e791072
tree40e599cf5ef8a9e2109702eaa3d8ac7cf3ba8cc5
parent7c86d44cda2e715bc95f525fd0eac4bd6a66998e
i2c: omap: Annotate the remove code

The omap_i2c_remove function may not be needed after
device exit so the memory could be freed.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-omap.c