aboutsummaryrefslogtreecommitdiff
path: root/samples/seccomp
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2020-02-26 08:26:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-04 10:56:26 +0100
commitf06947f275f1838586792c17b6ab70da82ed7b43 (patch)
treeab3b2328bcdcced7d6bdfd0561020920a5e1cdac /samples/seccomp
parent96b4ea324ae92386db2b0c73ace597c80cde1ecb (diff)
usb: usb251xb: fix regulator probe and error handling
Commit 4d7201cda226 ("usb: usb251xb: add vdd supply support") didn't covered the non-DT use-case and so the regualtor_enable() call during probe will fail on those platforms. Also the commit didn't handled the error case correctly. Move devm_regulator_get() out of usb251xb_get_ofdata() to address the 1st issue. This can be done without worries because devm_regulator_get() handles the non-DT use-case too. Add devm_add_action_or_reset() to address the 2nd bug. Fixes: 4d7201cda226 ("usb: usb251xb: add vdd supply support") Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Cc: stable <stable@vger.kernel.org> Acked-by: Richard Leitner <richard.leitner@skidata.com> Link: https://lore.kernel.org/r/20200226072644.18490-1-m.felsch@pengutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/seccomp')
0 files changed, 0 insertions, 0 deletions