Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
Thu, 12 May 2022 14:50:25 +0000 (20:20 +0530)
committer
Mark Brown <broonie@kernel.org>
Fri, 13 May 2022 12:43:05 +0000 (13:43 +0100)
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.