summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorWayne Chang <waynec@nvidia.com>2026-01-15 18:36:21 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-23 17:15:54 +0100
commitef548189fd3f44786fb813af0018cc8b3bbed2b9 (patch)
tree54f2f3517b17840aca9e4b49263c6dd12b46f4ba /rust/alloc/collections/git@git.tavy.me:linux.git
parent5ac87cd859eca21ebf657d94affd29f40003bede (diff)
usb: host: tegra: Remove manual wake IRQ disposal
We found that calling irq_dispose_mapping() caused a kernel warning when removing the driver. The IRQs are obtained using platform_get_irq(), which returns a Linux virtual IRQ number directly managed by the device core, not by the OF subsystem. Therefore, the driver should not call irq_dispose_mapping() for these IRQs. Fixes: 5df186e2ef11 ("usb: xhci: tegra: Support USB wakeup function for Tegra234") Cc: stable@vger.kernel.org Signed-off-by: Wayne Chang <waynec@nvidia.com> Signed-off-by: Wei-Cheng Chen <weichengc@nvidia.com> Link: https://patch.msgid.link/20260115103621.587366-1-weichengc@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions