From: Johannes Berg Date: Wed, 29 Aug 2018 08:56:10 +0000 (+0200) Subject: scan: fix fall through warning X-Git-Tag: v5.0~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8edf8f52f8b36115ce80f57d5607adadafcd9dd;p=thirdparty%2Fiw.git scan: fix fall through warning Signed-off-by: Johannes Berg --- diff --git a/scan.c b/scan.c index f686abb..a621813 100644 --- a/scan.c +++ b/scan.c @@ -1853,8 +1853,7 @@ static inline void print_p2p(const uint8_t type, uint8_t len, printf("\t * malformed device info\n"); break; } - - /* fall through for now */ + /* fall through */ case 0x00: /* status */ case 0x01: /* minor reason */ case 0x03: /* device ID */