diff options
| author | Lars-Peter Clausen <[email protected]> | 2021-11-01 11:27:34 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2021-11-17 17:51:39 +0000 |
| commit | eb0469894ba788ffdc81097b7dea822432e479d9 (patch) | |
| tree | 7d5aa9655e5de838d209490614c6e4865855744a /tools/perf/scripts/python | |
| parent | 6a9a90364914d41a1a7456dd964af8dc2ab3ed4b (diff) | |
iio: mma8452: Use correct type for return variable in IRQ handler
The IRQ handler's return type is irqreturn_t. The mma8452 uses a variable
to store the return value, but the variable is of type int. Change this to
irqreturn_t. This makes it easier to verify that the code is correct.
Signed-off-by: Lars-Peter Clausen <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions