On Tue, Jan 2, 2018 at 2:28 PM, Julia Lawall <julia.law...@lip6.fr> wrote:
> The return value of of_device_get_match_data has type const void *. > The desc field of the pctl structure also has a const type, so there > is no need for the const-discarding cast between them. > > Done using Coccinelle. > > Signed-off-by: Julia Lawall <julia.law...@lip6.fr> Patch applied. Yours, Linus Walleij