Re: [PATCH 5/5] base: soc: siplify ida usage

2015-10-02 Thread Johannes Thumshirn
Lee Duncan writes: > Simplify ida index allocation and removal by > using the ida_simple_* helper functions > > Signed-off-by: Lee Duncan > --- > drivers/base/soc.c | 21 + > 1 file changed, 5 insertions(+), 16 deletions(-) > > diff --git a/drivers/base/soc.c b/drivers/base/

[PATCH 5/5] base: soc: siplify ida usage

2015-10-01 Thread Lee Duncan
Simplify ida index allocation and removal by using the ida_simple_* helper functions Signed-off-by: Lee Duncan --- drivers/base/soc.c | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/drivers/base/soc.c b/drivers/base/soc.c index 39fca01c8fa1..75b98aad6fa