commit | 4304e97d91bb607298b59ec6361374cc511ac999 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:57:29 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 09:51:29 2020 +0800 |
tree | 9e3a21ede0f6748d5a18dd7238f315e016a7013b | |
parent | 495afcaf038967c1c0555b17686a0da6443efb6e [diff] |
x86: sound: Correct error handling A few functions have changed to return pin numbers or I2C addresses. The error checking for some of the callers is therefore wrong. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>