Skip to content

Commit

Permalink
fix warning from -Wswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzini committed Sep 21, 2011
1 parent a1975e9 commit 217bf6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/scsi-lowlevel.c
Expand Up @@ -805,6 +805,10 @@ scsi_modesense_datain_unmarshall(struct scsi_task *task)
case SCSI_MODESENSE_PAGECODE_INFORMATIONAL_EXCEPTIONS_CONTROL:
scsi_parse_mode_informational_exceptions_control(task, pos, mp);
break;
default:
/* TODO: process other pages, or add raw data to struct
* scsi_mode_page. */
break;
}

mp->next = ms->pages;
Expand Down

0 comments on commit 217bf6f

Please sign in to comment.