Skip to content
Commit 40af35fd authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

netdevice: demote the type of some dev_addr_set() helpers



__dev_addr_set() and dev_addr_mod() and pretty low level,
let the arguments be void, there's no chance for confusion
in callers converted to use them. Keep u8 in dev_addr_set()
because some of the callers are converted from a loop
and we want to make sure assignments are not from an array
of a different type.

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent fe83fe73
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment