commit | d94d02547ef9043ac04484088f7a6cd264ad7972 | [log] [tgz] |
---|---|---|
author | Gao Feng <gfree.wind@gmail.com> | Mon Nov 14 08:24:19 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 14 16:36:00 2016 -0500 |
tree | 997e1355d8bee51161dbe1188a0565018bf7c2c8 | |
parent | 535e7b4b5ef220be374b895684f274872aebd0f8 [diff] |
driver: macvlan: Replace integer number with bool value The return value of function macvlan_addr_busy is used as bool value, so use bool value instead of integer number "1" and "0". Signed-off-by: Gao Feng <gfree.wind@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>