mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
net: dsa: hellcreek: Use boolean value
hellcreek_select_vlan() takes a boolean instead of an integer. So, use false accordingly. Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ba2d1c2888
commit
e81813fb56
@ -433,7 +433,7 @@ static void hellcreek_unapply_vlan(struct hellcreek *hellcreek, int port,
|
||||
|
||||
mutex_lock(&hellcreek->reg_lock);
|
||||
|
||||
hellcreek_select_vlan(hellcreek, vid, 0);
|
||||
hellcreek_select_vlan(hellcreek, vid, false);
|
||||
|
||||
/* Setup port vlan membership */
|
||||
hellcreek_select_vlan_params(hellcreek, port, &shift, &mask);
|
||||
|
Loading…
Reference in New Issue
Block a user