mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
b9130b776e
This is needed as otherwise we can get the following when dealing with buggy data in a pinmux driver for pinmux_search_function: Unable to handle kernel NULL pointer dereference at virtual address 00000000 ... PC is at strcmp+0xc/0x34 LR is at pinmux_get+0x350/0x8f4 ... As we need pctldev initialized to call ops->list_functions, let's initialize it before check_ops calls and pass the pctldev to the check_ops functions. Do this for both pinmux and pinconf check_ops functions. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |
||
---|---|---|
.. | ||
core.c | ||
core.h | ||
Kconfig | ||
Makefile | ||
pinconf.c | ||
pinconf.h | ||
pinctrl-coh901.c | ||
pinctrl-sirf.c | ||
pinctrl-u300.c | ||
pinmux.c | ||
pinmux.h |