Re: [PATCH] soundwire: bus: Fix device found flag correctly

2021-03-08 Thread Pierre-Louis Bossart
On 3/8/21 5:37 AM, Srinivas Kandagatla wrote: found flag that is used to indicate SoundWire device on the bus is not reset correctly after one iteration, this could miss adding devices that are enumerated on the bus but on in device list. typo? did you mean "enumerated on the bus but not on

[PATCH] soundwire: bus: Fix device found flag correctly

2021-03-08 Thread Srinivas Kandagatla
found flag that is used to indicate SoundWire device on the bus is not reset correctly after one iteration, this could miss adding devices that are enumerated on the bus but on in device list. Fixes: d52d7a1be02c ("soundwire: Add Slave status handling helpers") Signed-off-by: Srinivas Kandagatla