提交 48f80e12 编写于 作者: T Tejun Heo 提交者: Jeff Garzik

[PATCH] ata_piix: kill spurious assignment in piix_sata_probe()

In piix_sata_probe(), mask gets assigned unnecessarily at the
beginning of the function.  Kill the assignment.
Signed-off-by: NTejun Heo <htejun@gmail.com>
Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
上级 06ab7822
......@@ -415,9 +415,6 @@ static int piix_sata_probe (struct ata_port *ap)
int orig_mask, mask, i;
u8 pcs;
mask = (PIIX_PORT_PRESENT << ap->hard_port_no) |
(PIIX_PORT_ENABLED << ap->hard_port_no);
pci_read_config_byte(pdev, ICH5_PCS, &pcs);
orig_mask = (int) pcs & 0xff;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册