diff options
author | Takashi Iwai <[email protected]> | 2020-04-13 10:20:29 +0200 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2020-04-13 18:02:09 +0200 |
commit | 25faa4bd37c10f19e4b848b9032a17a3d44c6f09 (patch) | |
tree | bf8cfba5ff6960fda149f77d02fa7c2b474e9b05 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | |
parent | 934b96594ed66b07dbc7e576d28814466df3a494 (diff) |
ALSA: hda: Don't release card at firmware loading error
At the error path of the firmware loading error, the driver tries to
release the card object and set NULL to drvdata. This may be referred
badly at the possible PM action, as the driver itself is still bound
and the PM callbacks read the card object.
Instead, we continue the probing as if it were no option set. This is
often a better choice than the forced abort, too.
Fixes: 5cb543dba986 ("ALSA: hda - Deferred probing with request_firmware_nowait()")
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207043
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions