Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aabb89d6 authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

Staging: Octeon: Use symbolic values for irq numbers.



In addition to being magic numbers, the irq number passed to free_irq
is incorrect.  We need to use the correct symbolic value instead.

Signed-off-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9326e361
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,6 +317,6 @@ void cvm_oct_spi_uninit(struct net_device *dev)
			cvmx_write_csr(CVMX_SPXX_INT_MSK(interface), 0);
			cvmx_write_csr(CVMX_STXX_INT_MSK(interface), 0);
		}
		free_irq(8 + 46, &number_spi_ports);
		free_irq(OCTEON_IRQ_RML, &number_spi_ports);
	}
}