commit | 233bc283728241aa522fd2889649261b742cee5a | [log] [tgz] |
---|---|---|
author | Tian Tao <tiantao6@hisilicon.com> | Tue May 18 10:52:32 2021 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jun 15 13:11:34 2021 +0300 |
tree | 748f68d56131815aa078fec32659b27ba0a5c195 | |
parent | 47ec636f7a25aa2549e198c48ecb6b1c25d05456 [diff] |
ssb: remove unreachable code The return value of ssb_bus_unregister can only be 0 or -1, so this condition if (err == -EBUSY) will not hold, so delete it. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Acked-by: Michael Büsch <m@bues.ch> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1621306352-3632-1-git-send-email-tiantao6@hisilicon.com