[SCSI] lpfc: minor syntax fixes
Stop gcc complaining about undefined variables Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
@ -948,10 +948,12 @@ lpfc_get_hba_model_desc(struct lpfc_hba * phba, uint8_t * mdp, uint8_t * descp)
|
||||
"10-port ", "PCIe"};
|
||||
break;
|
||||
default:
|
||||
m = (typeof(m)){ 0 };
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
m = (typeof(m)){ 0 };
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user