Re: [PATCH -next] hwmon: (nsa320-hwmon) Remove redundant of_match_ptr()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Aug 10, 2023 at 02:26:35PM +0800, Ruan Jinjie wrote:
> The driver depends on CONFIG_OF, it is not necessary to use
> of_match_ptr() here.
> 
> Signed-off-by: Ruan Jinjie <ruanjinjie@xxxxxxxxxx>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/nsa320-hwmon.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/nsa320-hwmon.c b/drivers/hwmon/nsa320-hwmon.c
> index e26334469549..18076ba7fc14 100644
> --- a/drivers/hwmon/nsa320-hwmon.c
> +++ b/drivers/hwmon/nsa320-hwmon.c
> @@ -191,7 +191,7 @@ static struct platform_driver nsa320_hwmon_driver = {
>  	.probe = nsa320_hwmon_probe,
>  	.driver = {
>  		.name = "nsa320-hwmon",
> -		.of_match_table = of_match_ptr(of_nsa320_hwmon_match),
> +		.of_match_table = of_nsa320_hwmon_match,
>  	},
>  };
>  



[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux