mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
misc: Properly annotate some intentional case fallthroughs
Change-Id: Ie758f17fefac72aca1aa28a8ba1126b9334fe134
This commit is contained in:
parent
83950bf233
commit
5b1158e64a
9 changed files with 13 additions and 9 deletions
|
|
@ -788,7 +788,7 @@ static int jz_sd_exec_cmd(const int drive, struct sd_request *request)
|
|||
(unsigned char *) ((unsigned int) request->response + 5);
|
||||
request->block_len = 8;
|
||||
request->nob = 1;
|
||||
|
||||
/* fallthrough */
|
||||
case SD_READ_DAT_UNTIL_STOP:
|
||||
case SD_READ_SINGLE_BLOCK:
|
||||
case SD_READ_MULTIPLE_BLOCK:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue