X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fasn1_decoder.c;h=13da529e2e724700b9f714d425470ba3c36bb14f;hb=48342fc07272eec454fc5b400ed3ce3739c7e950;hp=58f72b25f8e9e4e9e6e4c6cdf19c4631d62de378;hpb=4f5ed1318c0108369a76f4a56242fbeea537abe9;p=linux-2.6-microblaze.git diff --git a/lib/asn1_decoder.c b/lib/asn1_decoder.c index 58f72b25f8e9..13da529e2e72 100644 --- a/lib/asn1_decoder.c +++ b/lib/asn1_decoder.c @@ -381,7 +381,7 @@ next_op: case ASN1_OP_END_SET_ACT: if (unlikely(!(flags & FLAG_MATCHED))) goto tag_mismatch; - /* fall through */ + fallthrough; case ASN1_OP_END_SEQ: case ASN1_OP_END_SET_OF: @@ -448,7 +448,7 @@ next_op: pc += asn1_op_lengths[op]; goto next_op; } - /* fall through */ + fallthrough; case ASN1_OP_ACT: ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len);