Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155491
b: refs/heads/master
c: 1e1f421
h: refs/heads/master
i:
  155489: 230fc40
  155487: b9028eb
v: v3
  • Loading branch information
Julia Lawall authored and Jeff Garzik committed Jul 15, 2009
1 parent 0eab449 commit 8d96fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d0cb43b35d64877b2944bd37719708be5d7bbf99
refs/heads/master: 1e1f421a8137824127a41303a30493356b5da638
3 changes: 2 additions & 1 deletion trunk/drivers/ata/pata_at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,12 @@ static int __devinit pata_at91_probe(struct platform_device *pdev)
static int __devexit pata_at91_remove(struct platform_device *pdev)
{
struct ata_host *host = dev_get_drvdata(&pdev->dev);
struct at91_ide_info *info = host->private_data;
struct at91_ide_info *info;
struct device *dev = &pdev->dev;

if (!host)
return 0;
info = host->private_data;

ata_host_detach(host);

Expand Down

0 comments on commit 8d96fed

Please sign in to comment.