提交 b324f639 编写于 作者: D Dan Carpenter 提交者: Martin K. Petersen

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: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 ff615f06
...@@ -729,6 +729,7 @@ static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev ...@@ -729,6 +729,7 @@ static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev
break; break;
case 0x24: case 0x24:
SD(sh)->EATA_revision = 'z'; SD(sh)->EATA_revision = 'z';
break;
default: default:
SD(sh)->EATA_revision = '?'; SD(sh)->EATA_revision = '?';
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册