| .. | .. |
|---|
| 119 | 119 | |
|---|
| 120 | 120 | switch (reg) { |
|---|
| 121 | 121 | case 0x680520: |
|---|
| 122 | | - shift += 4; /* fall through */ |
|---|
| 122 | + shift += 4; fallthrough; |
|---|
| 123 | 123 | case 0x680508: |
|---|
| 124 | | - shift += 4; /* fall through */ |
|---|
| 124 | + shift += 4; fallthrough; |
|---|
| 125 | 125 | case 0x680504: |
|---|
| 126 | | - shift += 4; /* fall through */ |
|---|
| 126 | + shift += 4; fallthrough; |
|---|
| 127 | 127 | case 0x680500: |
|---|
| 128 | 128 | shift += 4; |
|---|
| 129 | 129 | } |
|---|
| .. | .. |
|---|
| 245 | 245 | |
|---|
| 246 | 246 | switch (reg1) { |
|---|
| 247 | 247 | case 0x680504: |
|---|
| 248 | | - shift_c040 += 2; /* fall through */ |
|---|
| 248 | + shift_c040 += 2; fallthrough; |
|---|
| 249 | 249 | case 0x680500: |
|---|
| 250 | | - shift_c040 += 2; /* fall through */ |
|---|
| 250 | + shift_c040 += 2; fallthrough; |
|---|
| 251 | 251 | case 0x680520: |
|---|
| 252 | | - shift_c040 += 2; /* fall through */ |
|---|
| 252 | + shift_c040 += 2; fallthrough; |
|---|
| 253 | 253 | case 0x680508: |
|---|
| 254 | 254 | shift_c040 += 2; |
|---|
| 255 | 255 | } |
|---|