On Sat, Sep 28, 2013 at 4:38 AM, Sachin Kamat <[email protected]> wrote:
> The data structure of_match_ptr() protects is always compiled in.
> Hence of_match_ptr() is not needed.
>

Also applied, thanks,
-Bryan


> Signed-off-by: Sachin Kamat <[email protected]>
> ---
>  drivers/leds/leds-pwm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/leds-pwm.c b/drivers/leds/leds-pwm.c
> index bb6f948..2848171 100644
> --- a/drivers/leds/leds-pwm.c
> +++ b/drivers/leds/leds-pwm.c
> @@ -232,7 +232,7 @@ static struct platform_driver led_pwm_driver = {
>         .driver         = {
>                 .name   = "leds_pwm",
>                 .owner  = THIS_MODULE,
> -               .of_match_table = of_match_ptr(of_pwm_leds_match),
> +               .of_match_table = of_pwm_leds_match,
>         },
>  };
>
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-leds" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to