]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xhci: remove xhci_test_trb_in_td_math early development check
authorMathias Nyman <mathias.nyman@linux.intel.com>
Thu, 2 Feb 2023 15:04:56 +0000 (17:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:16 +0000 (15:11 +0200)
commitf2ae6fd0c38bdd470bbc6c8ded3b4ff78b26deec
tree3b1813e40a5d6b6f1f4990e993d721addbc6f564
parenta646b4e59613e7ff789e886d3c7f4674c36e13c3
xhci: remove xhci_test_trb_in_td_math early development check

[ Upstream commit 54f9927dfe2266402a226d5f51d38236bdca0590 ]

Time to remove this test trb in td math check that was added
in early stage of xhci driver development.

It verified that the size, alignment and boundaries of the event and
command rings allocated by the driver itself are correct.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20230202150505.618915-3-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Stable-dep-of: e5fa8db0be3e ("usb: xhci: fix loss of data on Cadence xHC")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/usb/host/xhci-mem.c