Re: [PATCH] soundwire: bus: clock_stop: don't deal with UNATTACHED Slave devices
On 31-05-20, 23:18, Bard Liao wrote: > We don't need to do anything for the slave if it is unattached during > clock stop prepare and exit sequences. Applied, thanks -- ~Vinod
[PATCH] soundwire: bus: clock_stop: don't deal with UNATTACHED Slave devices
We don't need to do anything for the slave if it is unattached during clock stop prepare and exit sequences. Signed-off-by: Bard Liao --- drivers/soundwire/bus.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/drivers/soundwire/bus.c b/drivers/soundwi