hellcreek_select_vlan() takes a boolean instead of an integer.
So, use false accordingly.

Signed-off-by: Kurt Kanzenbach <k...@kmk-computers.de>
Reviewed-by: Andrew Lunn <and...@lunn.ch>
---
 drivers/net/dsa/hirschmann/hellcreek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/dsa/hirschmann/hellcreek.c 
b/drivers/net/dsa/hirschmann/hellcreek.c
index 4a14760e2680..edac39462a07 100644
--- a/drivers/net/dsa/hirschmann/hellcreek.c
+++ b/drivers/net/dsa/hirschmann/hellcreek.c
@@ -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);
-- 
2.30.2

Reply via email to