Re: [PATCH 18/32] x86: sound: Correct error handling

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > 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 > --- > > drivers/sound/da7219.c| 4 ++-- > drivers/sound/max

[PATCH 18/32] x86: sound: Correct error handling

2020-09-27 Thread Simon Glass
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 --- drivers/sound/da7219.c| 4 ++-- drivers/sound/max98357a.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) di