diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-12-13 07:49:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-20 16:44:15 +0100 |
commit | baf8855c916007a8a372576b65492316f43ed60b (patch) | |
tree | bf2918f69c5ad7c7e07ba2671438733ec9fa96aa /.mailmap | |
parent | staging: gpib: use ioport_map (diff) | |
download | linux-baf8855c916007a8a372576b65492316f43ed60b.tar.xz linux-baf8855c916007a8a372576b65492316f43ed60b.zip |
staging: gpib: fix address space mixup
Throughout the gpib drivers, a 'void *' struct member is used in place
of either port numbers or __iomem pointers, which leads to lots of extra
type casts, sparse warnings and less portable code.
Split the struct member in two separate ones with the correct types,
so each driver can pick which one to use.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/all/f10e976e-7a04-4454-b38d-39cd18f142da@roeck-us.net/
Link: https://lore.kernel.org/r/20241213064959.1045243-3-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions