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
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