Re: [alsa-devel] [PATCH -next] soundwire: Fix typo in return value check of sdw_read()

2018-01-02 Thread Pierre-Louis Bossart
On 1/1/18 10:08 PM, Wei Yongjun wrote: Fix the typo, 'status' should be instead of 'status2'. well spotted, thanks! Acked-by: Pierre-Louis Bossart Fixes: b0a9c37b0178 ("soundwire: Add slave status handling") Signed-off-by: Wei Yongjun

Re: [alsa-devel] [PATCH -next] soundwire: Fix typo in return value check of sdw_read()

2018-01-02 Thread Pierre-Louis Bossart
On 1/1/18 10:08 PM, Wei Yongjun wrote: Fix the typo, 'status' should be instead of 'status2'. well spotted, thanks! Acked-by: Pierre-Louis Bossart Fixes: b0a9c37b0178 ("soundwire: Add slave status handling") Signed-off-by: Wei Yongjun --- drivers/soundwire/bus.c | 10 +- 1