kernel/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
.. .. @@ -1,9 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * LocalPlus Bus FIFO driver for the Freescale MPC52xx. 3 4 * 4 5 * Copyright (C) 2009 Secret Lab Technologies Ltd. 5 - *6 - * This file is released under the GPLv27 6 * 8 7 * Todo: 9 8 * - Add support for multiple requests to be queued. .. .. @@ -531,6 +530,7 @@ 531 530 err_bcom_rx_irq: 532 531 bcom_gen_bd_rx_release(lpbfifo.bcom_rx_task); 533 532 err_bcom_rx: 533 + free_irq(lpbfifo.irq, &lpbfifo);534 534 err_irq: 535 535 iounmap(lpbfifo.regs); 536 536 lpbfifo.regs = NULL;