net: lladdr: add default case to switch
This commit only eliminates warning message raised by GCC when option '-Wswitch-default' is used. Signed-off-by: Alex Fabre <alex.fabre@rtone.fr>
This commit is contained in:
parent
258b89bd63
commit
ef9548355e
1 changed files with 2 additions and 0 deletions
|
@ -1539,6 +1539,8 @@ static inline bool net_ipv6_addr_based_on_ll(const struct in6_addr *addr,
|
|||
}
|
||||
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue