Re: [PATCH v4 06/11] driver core: Remove match_any()

2024-12-23 Thread Jonathan Cameron
On Wed, 11 Dec 2024 08:08:08 +0800 Zijun Hu wrote: > From: Zijun Hu > > Static match_any() is exactly same as API device_match_any(). is now exactly... perhaps to call out that it wasn't prior to this set! > Remove the former and use the later instead. > > Signed-off-by: Zijun Hu Reviewed-b

[PATCH v4 06/11] driver core: Remove match_any()

2024-12-10 Thread Zijun Hu
From: Zijun Hu Static match_any() is exactly same as API device_match_any(). Remove the former and use the later instead. Signed-off-by: Zijun Hu --- drivers/base/core.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/base/core.c b/drivers/base/core.c index 8