Re: [PATCH] mfd: lm3533: Switch to using the new API kobj_to_dev()

2021-03-09 Thread Lee Jones
On Tue, 23 Feb 2021, Yang Li wrote: > fixed the following coccicheck: > ./drivers/mfd/lm3533-core.c:361:60-61: WARNING opportunity for > kobj_to_dev() > > Reported-by: Abaci Robot > Signed-off-by: Yang Li > --- > drivers/mfd/lm3533-core.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] mfd: lm3533: Switch to using the new API kobj_to_dev()

2021-02-23 Thread Yang Li
fixed the following coccicheck: ./drivers/mfd/lm3533-core.c:361:60-61: WARNING opportunity for kobj_to_dev() Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/mfd/lm3533-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/lm3533-core.c