[PATCH] bus: omap_l3_noc.c: use devm functions

2014-05-23 Thread abdoulaye berthe
This uses devm function to ease mem alloc Signed-off-by: abdoulaye berthe --- drivers/bus/omap_l3_noc.c | 85 +-- 1 file changed, 23 insertions(+), 62 deletions(-) diff --git a/drivers/bus/omap_l3_noc.c b/drivers/bus/omap_l3_noc.c index feeecae..b496d

[PATCH] bus: omap_l3_noc.c: use devm functions

2014-05-22 Thread abdoulaye berthe
This uses devm function to ease mem alloc Signed-off-by: abdoulaye berthe --- drivers/bus/omap_l3_noc.c | 73 +++ 1 file changed, 17 insertions(+), 56 deletions(-) diff --git a/drivers/bus/omap_l3_noc.c b/drivers/bus/omap_l3_noc.c index feeecae..e8bcc