mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-31 16:19:28 -04:00
The bcm6368 pinctrl driver passed the wrong variable to devm_regmap_field_alloc, causing it to blow up when later trying to access the field. Fixes #1211. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>