Skip to content
Commit d146de34 authored by Dan Carpenter's avatar Dan Carpenter Committed by Vinod Koul
Browse files

soundwire: qcom: fix an error message in swrm_wait_for_frame_gen_enabled()



The logical AND && is supposed to be bitwise AND & so it will sometimes
print "connected" instead of "disconnected".

Fixes: 74e79da9 ("soundwire: qcom: add runtime pm support")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20220307125814.GD16710@kili


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 31231092
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment