OSDN Git Service

soundwire: stream: Remove unneeded checks for NULL bus
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 2 Jun 2023 10:11:38 +0000 (11:11 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 8 Jun 2023 11:39:11 +0000 (17:09 +0530)
commit2b2da40979dde8466dd1b7b5969af5fa5aa52cbd
tree5c9421ec677dabe496d50bd26dc56097484823cd
parent6eedc227241eb59dc05636e8aaed7b0195bc4a5c
soundwire: stream: Remove unneeded checks for NULL bus

Version of the code prior to commit d014688eb373 ("soundwire: stream:
remove bus->dev from logs on multiple buses"), used bus->dev in the
error message after do_bank_switch, this necessitated some checking to
ensure the bus pointer was valid. As the code no longer uses bus->dev
said checking is now redundant, so remove it.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20230602101140.2040141-3-ckeepax@opensource.cirrus.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/stream.c