Add missing break; in switch block (Coverity CID 1149010).

This commit is contained in:
Petter Reinholdtsen 2014-01-15 08:58:04 +00:00
parent a324db391c
commit a06f8a26d4

View File

@ -2422,6 +2422,7 @@ ipmi_sdr_print_sensor_oem_intel(struct ipmi_intf *intf,
("Power Redundancy | PS@%02xh | nr\n",
oem->data[8]);
}
break;
case 9: /* SR2300, non-redundant, PSx present */
if (verbose) {
printf("Power Redundancy : Yes\n");