Re: [PATCH] sound/i2c: Simplify the return expression of snd_i2c_bit_sendbyte()

2021-03-23 Thread Johan Hovold
On Tue, Mar 23, 2021 at 08:14:43PM +0800, caizhichao wrote: > From: Zhichao Cai > > Simplify the return expression. > > Signed-off-by: Zhichao Cai > --- > sound/i2c/i2c.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/sound/i2c/i2c.c b/sound/i2c/i2c.c > index

[PATCH] sound/i2c: Simplify the return expression of snd_i2c_bit_sendbyte()

2021-03-23 Thread caizhichao
From: Zhichao Cai Simplify the return expression. Signed-off-by: Zhichao Cai --- sound/i2c/i2c.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sound/i2c/i2c.c b/sound/i2c/i2c.c index 847e3b6..dfcc87e 100644 --- a/sound/i2c/i2c.c +++ b/sound/i2c/i2c.c @@ -235,9 +235,7