[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1502434657-16701-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Fri, 11 Aug 2017 08:57:35 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: linux-kernel@...r.kernel.org
Cc: bhumirks@...il.com, kernel-janitors@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 0/2] constify regmap_bus structures
These regmap_bus structures are only passed as the second argument to
__devm_regmap_init or __regmap_init, both of which are const, so the
regmap_bus structures can be const too.
Done with the help of Coccinelle.
---
drivers/base/regmap/regmap-spi.c | 2 +-
drivers/base/regmap/regmap-spmi.c | 4 ++--
drivers/bus/sunxi-rsb.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Powered by blists - more mailing lists