forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
....@@ -1,9 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * LocalPlus Bus FIFO driver for the Freescale MPC52xx.
34 *
45 * Copyright (C) 2009 Secret Lab Technologies Ltd.
5
- *
6
- * This file is released under the GPLv2
76 *
87 * Todo:
98 * - Add support for multiple requests to be queued.
....@@ -531,6 +530,7 @@
531530 err_bcom_rx_irq:
532531 bcom_gen_bd_rx_release(lpbfifo.bcom_rx_task);
533532 err_bcom_rx:
533
+ free_irq(lpbfifo.irq, &lpbfifo);
534534 err_irq:
535535 iounmap(lpbfifo.regs);
536536 lpbfifo.regs = NULL;