commit | 2fcad12eb4d80b174c69bfbc34d1c094ad37e1bd | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Wed May 08 14:29:07 2013 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue May 14 10:34:55 2013 +0200 |
tree | 6270d520607cde83b93dcee755cb32fb66c434af | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
pinctrl: abx500: Specify failed sub-driver by ID instead of driver_data If a sub-driver has not been specified correctly, there is a good chance that plat_id is NULL, hence using an attribute of plat_id in the error message is likely to not only fail the driver but Oops the kernel. Use the failed ID instead. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>