Tag: 95dfead1ddb8e529b24a6a98e026d1886f3c0bdf

regulator: lp8788: 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: Milo Kim Signed-off-by: Mark Brown — drivers/regulator/lp8788-buck.c | 4 ++– drivers/regulator/lp8788-ldo.c | 4 ++– 2 files changed, 4 insertions(+), 4 deletions(-)   diff –git a/drivers/regulator/lp8788-buck.c b/drivers/regulator/lp8788-buck.c index a97bed9..ec46290 100644 — …

Continue reading