Re: [PATCH] of: base: make of_device_compatible_match() accept const device node

From: Rob Herring
Date: Fri Sep 30 2022 - 17:24:04 EST


On Thu, 29 Sep 2022 17:32:49 -0700, Dmitry Torokhov wrote:
> of_device_is_compatible() accepts const device node pointer, there is
> no reason why of_device_compatible_match() can't do the same.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> ---
> drivers/of/base.c | 2 +-
> include/linux/of.h | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>

Applied, thanks!