mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
Currently both error code paths handled in dal_gpio_open_ex() issues ASSERT_CRITICAL(), and this leads to a kernel panic unnecessarily if CONFIG_KGDB is enabled. Since basically both are non-critical errors and can be recovered, drop those assert calls and use a safer one, BREAK_TO_DEBUGGER(), for allowing the debugging, instead. BugLink: https://bugzilla.opensuse.org/show_bug.cgi?id=1177973 Cc: <stable@vger.kernel.org> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
||
---|---|---|
.. | ||
dce60 | ||
dce80 | ||
dce110 | ||
dce120 | ||
dcn10 | ||
dcn20 | ||
dcn21 | ||
dcn30 | ||
diagnostics | ||
ddc_regs.h | ||
generic_regs.h | ||
gpio_base.c | ||
gpio_regs.h | ||
gpio_service.c | ||
gpio_service.h | ||
hpd_regs.h | ||
hw_ddc.c | ||
hw_ddc.h | ||
hw_factory.c | ||
hw_factory.h | ||
hw_generic.c | ||
hw_generic.h | ||
hw_gpio.c | ||
hw_gpio.h | ||
hw_hpd.c | ||
hw_hpd.h | ||
hw_translate.c | ||
hw_translate.h | ||
Makefile |