This series is composed of two patches for ST pinctrl driver.

The first one makes use of const qualifier where applicable, as reported by
Joe Perches in the series adding support to STiH407 SoC.

The second one makes use of ARRAY_SIZE to pass the STiH415's delays table
size, instead of passing the raw value. This correction had already been done
for STiH416 table.

Maxime Coquelin (2):
  pinctrl: st: Use const qualifier when required
  pinctrl: st: Use ARRAY_SIZE for STiH415 data

 drivers/pinctrl/pinctrl-st.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

-- 
1.9.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to