Bug 188761
Summary: | Function load_asic() returns an improper error code when the call to load_asic_generic() fails | ||
---|---|---|---|
Product: | Drivers | Reporter: | bianpan (bianpan2010) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | linux-4.9-rc6 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Fix the bug 188761 |
Description
bianpan
2016-11-25 10:56:38 UTC
Yes, obviously it's a logic failure. Care to submit a fix patch? Thanks! Created attachment 246141 [details] Fix the bug 188761 This patch fixes the bug 188761. Replace "return false;" with "return err;" at line 138. Thanks for your attention! Thanks! I submitted the patch to ML, and am going to merge it later. |