diff options
author | André Draszik <[email protected]> | 2024-08-08 09:11:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-08-14 08:22:49 +0200 |
commit | ff3c62edfc4e7af94f4c960962c105b4b564e939 (patch) | |
tree | 7591b2419681036e2682620f1414ac27b8f5126b /drivers/fpga/fpga-bridge.c | |
parent | 24179de090b973850e0359299a273683ab2e44b5 (diff) |
tty: serial: samsung_tty: cast the interrupt's void *id just once
The interrupt handler routines and helpers are casting the 'void *'
pointer to 'struct exynos_uart_port *' all over the place.
There is no need for that, we can do the casting once and keep passing
the 'struct exynos_uart_port *', simplifying the code and saving a few
lines of code.
No functional changes.
Reviewed-by: Tudor Ambarus <[email protected]>
Signed-off-by: André Draszik <[email protected]>
Reviewed-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions