thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 10 Oct 2022 09:10:33 +0000 (12:10 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 9 Jun 2023 09:07:23 +0000 (12:07 +0300)
commit4f9a4f25ade82463895a70096c722780deab000f
treed7bf43bf5b66467ebc13908dc7a321baef13f75b
parent12a14f2fca32332d065b64f6f654fa332c90475e
thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()

No need to have separate functions for these so fold them into
tb_switch_clx_enable() and tb_switch_clx_disable() accordingly.

No functional changes.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/clx.c