Re: [PATCH] nvmem: core: Deduplicate bus_find_device() by name matching

2017-11-25 Thread Srinivas Kandagatla
Thanks for the patch, On 25/11/17 11:31, Lukas Wunner wrote: No need to reinvent the wheel, we have bus_find_device_by_name(). Signed-off-by: Lukas Wunner --- drivers/nvmem/core.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) It looks good for me, I will

Re: [PATCH] nvmem: core: Deduplicate bus_find_device() by name matching

2017-11-25 Thread Srinivas Kandagatla
Thanks for the patch, On 25/11/17 11:31, Lukas Wunner wrote: No need to reinvent the wheel, we have bus_find_device_by_name(). Signed-off-by: Lukas Wunner --- drivers/nvmem/core.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) It looks good for me, I will queue it up! diff

[PATCH] nvmem: core: Deduplicate bus_find_device() by name matching

2017-11-25 Thread Lukas Wunner
No need to reinvent the wheel, we have bus_find_device_by_name(). Signed-off-by: Lukas Wunner --- drivers/nvmem/core.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/nvmem/core.c b/drivers/nvmem/core.c index 5a5cefd12153..93084ab61e0f 100644

[PATCH] nvmem: core: Deduplicate bus_find_device() by name matching

2017-11-25 Thread Lukas Wunner
No need to reinvent the wheel, we have bus_find_device_by_name(). Signed-off-by: Lukas Wunner --- drivers/nvmem/core.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/nvmem/core.c b/drivers/nvmem/core.c index 5a5cefd12153..93084ab61e0f 100644 ---