mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
eata_pio: missing break statement
This missing break statement bug predates git. It's a very minor thing, it means that we print a '?' instead of a 'z' in dmesg. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
ff615f065a
commit
b324f6392e
@ -729,6 +729,7 @@ static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev
|
||||
break;
|
||||
case 0x24:
|
||||
SD(sh)->EATA_revision = 'z';
|
||||
break;
|
||||
default:
|
||||
SD(sh)->EATA_revision = '?';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user