summaryrefslogtreecommitdiff
path: root/conntrack.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-09 14:55:39 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-09 15:14:53 +0200
commit7bcebe82e7ff9d64f1d9bbdbe704a62fe6278751 (patch)
tree8d21459cb2ea8e7f80b8d21cfcd61a0ec5b4da7d /conntrack.h
parentdd8ce9fc18f2ce5007883f0fc6885c41deafc1b7 (diff)
dissectors: 80211_mac_hdr: Fix clang warning
clang gives the following warning about function meas_type(): proto_80211_mac_hdr.c:1704:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ Even though this is a false positive (since we check the entire range of an u8 in the switch/case), fix it by turning the case 13 ... 255 into default. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'conntrack.h')
0 files changed, 0 insertions, 0 deletions
ls/testing/selftests/powerpc/alignment?id=2e4333c14de06a333783d6812cf3c4998f78b0c8&id2=ba735155b9647b6167fd50276ca0fbfbce4e836c'>diff)
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS fixes from Ralf Baechle: "Two more MIPS fixes for 4.9: - RTC: Return -ENODEV so an external RTC will be tried - Fix mask of GPE frequency These two have been tested on Imagination's automated test system and also both received positive reviews on the linux-mips mailing list" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: Lantiq: Fix mask of GPE frequency MIPS: Return -ENODEV from weak implementation of rtc_mips_set_time
Diffstat (limited to 'tools/testing/selftests/powerpc/alignment')