diff options
author | Jakub Kicinski <[email protected]> | 2021-10-25 09:00:00 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-10-25 10:28:47 -0700 |
commit | a0c8c3372b41002e65dc109d431eb50da002e728 (patch) | |
tree | 9f8f80d3af881fb4328ab358b6143ca8345f4f1c /scripts/gdb/linux/lists.py | |
parent | 3fb59a5de5cbb04de76915d9f5bff01d16aa1fc4 (diff) |
fddi: defza: add missing pointer type cast
hw_addr is a uint AKA unsigned int. dev_addr_set() takes
a u8 *.
drivers/net/fddi/defza.c:1383:27: error: passing argument 2 of 'dev_addr_set' from incompatible pointer type [-Werror=incompatible-pointer-types]
Reported-by: kernel test robot <[email protected]>
Fixes: 1e9258c389ee ("fddi: defxx,defza: use dev_addr_set()")
Acked-by: Maciej W. Rozycki <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions