spi: spi-cadence: Update ISR status variable type to irqreturn_t
authorAmit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
Thu, 12 May 2022 14:50:25 +0000 (20:20 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 13 May 2022 12:43:05 +0000 (13:43 +0100)
commit22d35e40419a2ac0914fb6b05c8781c9af8d4126
tree6261631d0d4358d70b163f54593237ac88d9b384
parent75d6fe48a21a0ea1565228c12b9c16f3fb37b673
spi: spi-cadence: Update ISR status variable type to irqreturn_t

Data type of status variable, that hold the return value of the ISR,
should be irqreturn_t & not u32. This patch updates status variable type
to irqreturn_t.

Signed-off-by: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
Link: https://lore.kernel.org/r/20220512145025.20205-1-amit.kumar-mahapatra@xilinx.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence.c