Tag: b0d6dd3ba3c3f41bface6623a18d08439cb195bb

regulator: wm8*: constify regulator_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The regulator_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Acked-by: Charles Keepax Signed-off-by: Mark Brown — drivers/regulator/wm831x-dcdc.c | 8 ++++—- drivers/regulator/wm831x-isink.c | 2 +- drivers/regulator/wm831x-ldo.c | 6 +++— drivers/regulator/wm8350-regulator.c | 8 ++++—- drivers/regulator/wm8400-regulator.c | 4 ++– drivers/regulator/wm8994-regulator.c | 4 ++– …

Continue reading