[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140106092806.GB23772@lee--X1>
Date: Mon, 6 Jan 2014 09:28:06 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Sachin Kamat <sachin.kamat@...aro.org>
Cc: linux-kernel@...r.kernel.org, sameo@...ux.intel.com
Subject: Re: [PATCH 1/1] mfd: max14577: Remove redundant of_match_ptr helper
On Sat, 21 Dec 2013, Sachin Kamat wrote:
> 'max14577_dt_match' is always compiled in. Hence the
> helper macro is not needed.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@...aro.org>
> ---
> drivers/mfd/max14577.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c
> index a5e1c370c609..ac514fb2b877 100644
> --- a/drivers/mfd/max14577.c
> +++ b/drivers/mfd/max14577.c
> @@ -221,7 +221,7 @@ static struct i2c_driver max14577_i2c_driver = {
> .name = "max14577",
> .owner = THIS_MODULE,
> .pm = &max14577_pm,
> - .of_match_table = of_match_ptr(max14577_dt_match),
> + .of_match_table = max14577_dt_match,
> },
> .probe = max14577_i2c_probe,
> .remove = max14577_i2c_remove,
Applied, thanks.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists