Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89614
b: refs/heads/master
c: 9508c20
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Apr 18, 2008
1 parent a137125 commit fab746d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: c4e2e02bc96f0a1605f858df3d6d5ea70fc459fc
refs/heads/master: 9508c208aa6e0a7501d8250d4a9d35344056d573
6 changes: 3 additions & 3 deletions trunk/drivers/ieee1394/ohci1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -3242,7 +3242,7 @@ static void ohci1394_pci_remove(struct pci_dev *dev)

ohci = pci_get_drvdata(dev);
if (!ohci)
return;
goto out;

device = get_device(&ohci->host->device);

Expand Down Expand Up @@ -3305,14 +3305,14 @@ static void ohci1394_pci_remove(struct pci_dev *dev)
release_mem_region(pci_resource_start(dev, 0),
OHCI1394_REGISTER_SIZE);

ohci1394_pmac_off(dev);

case OHCI_INIT_ALLOC_HOST:
pci_set_drvdata(dev, NULL);
}

if (device)
put_device(device);
out:
ohci1394_pmac_off(dev);
}

#ifdef CONFIG_PM
Expand Down

0 comments on commit fab746d

Please sign in to comment.