aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2018-09-21 12:30:34 -0700
committerDavid S. Miller <davem@davemloft.net>2018-09-21 19:48:36 -0700
commit5b9b0a80aa1aefecb0273563652fb373288a21cb (patch)
treeab8b64e22688d42e88e4d3d5b093ab8af36cdb9b /drivers/net/dsa
parentselftests/net: add ipv6 tests to ip_defrag selftest (diff)
downloadlinux-dev-5b9b0a80aa1aefecb0273563652fb373288a21cb.tar.xz
linux-dev-5b9b0a80aa1aefecb0273563652fb373288a21cb.zip
decnet: Remove unnecessary check for dev->name
Clang warns that the address of a pointer will always evaluated as true in a boolean context. net/decnet/dn_dev.c:1366:10: warning: address of array 'dev->name' will always evaluate to 'true' [-Wpointer-bool-conversion] dev->name ? dev->name : "???", ~~~~~^~~~ ~ 1 warning generated. Link: https://github.com/ClangBuiltLinux/linux/issues/116 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Reviewed-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa')
0 files changed, 0 insertions, 0 deletions