diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2012-06-08 21:33:12 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-06-12 13:35:33 +0200 |
commit | 67695f2eae210b0631fb92cf5649d0454953e230 (patch) | |
tree | da787368d22da8400bf1ff5579fdaf581b7794d8 /ipc | |
parent | c71157c54a4f86e4f355dc6952268e8536013502 (diff) | |
download | linux-67695f2eae210b0631fb92cf5649d0454953e230.tar.bz2 |
pinctrl: pinctrl-imx: fix incorrect debug message of maps
After create config map, the new_map pointer becomes point to
PIN_MAP_TYPE_CONFIGS_PIN map rather than PIN_MAP_TYPE_MUX_GROUP map any more.
Thus using new_map pointer to display the MUX_GROUP info is not correct.
Using map pointer instead to show the correct MUX_GROUP map info.
Original the debug message is:
imx6q-pinctrl 20e0000.iomuxc: maps: function Yp group MX6Q_PAD_SD3_CMD num 12
After fix it is:
imx6q-pinctrl 20e0000.iomuxc: maps: function usdhc3 group usdhc3grp-1 num 11
Reported-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions