Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344411
b: refs/heads/master
c: 8b34f2c
h: refs/heads/master
i:
  344409: 7b66294
  344407: a310fa9
v: v3
  • Loading branch information
Wei Yongjun authored and Jeff Garzik committed Nov 28, 2012
1 parent c1a8960 commit 1275094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abf8f2b877846573f0e6498883fe43f08be5696d
refs/heads/master: 8b34f2cc99df7275652ac6b522a767d750a02b3a
3 changes: 0 additions & 3 deletions trunk/drivers/ata/pata_rdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ static int __devinit rdc_init_one(struct pci_dev *pdev,
struct device *dev = &pdev->dev;
struct ata_port_info port_info[2];
const struct ata_port_info *ppi[] = { &port_info[0], &port_info[1] };
unsigned long port_flags;
struct ata_host *host;
struct rdc_host_priv *hpriv;
int rc;
Expand All @@ -337,8 +336,6 @@ static int __devinit rdc_init_one(struct pci_dev *pdev,
port_info[0] = rdc_port_info;
port_info[1] = rdc_port_info;

port_flags = port_info[0].flags;

/* enable device and prepare host */
rc = pcim_enable_device(pdev);
if (rc)
Expand Down

0 comments on commit 1275094

Please sign in to comment.