commit | d39bd8457fc057d9bf380211215684e23ff48ddd | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Fri Apr 18 19:34:07 2014 +0200 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Sat May 03 23:59:02 2014 -0700 |
tree | a8a514934b4cc68e8c106d75cd1b55bd900dd85f | |
parent | fd67f884782a281eb033e40b0f8eae623416035e [diff] |
pinctrl: sunxi: Add const qualifier to the pin descriptor The pins description structure were declared as const, but the of_device_id data magic was losing it silently. Make sure we have it on both sides. And now that we're using const, we can also remove the useless cast in probe. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>