summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWayne Chang <waynec@nvidia.com>2026-01-15 13:36:21 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-23 19:15:54 +0300
commitef548189fd3f44786fb813af0018cc8b3bbed2b9 (patch)
tree54f2f3517b17840aca9e4b49263c6dd12b46f4ba /include
parent5ac87cd859eca21ebf657d94affd29f40003bede (diff)
downloadlinux-ef548189fd3f44786fb813af0018cc8b3bbed2b9.tar.xz
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 'include')
0 files changed, 0 insertions, 0 deletions