Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93334
b: refs/heads/master
c: 119fc8c
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Apr 25, 2008
1 parent b8268df commit 5f55e6f
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: e04d80b03d2a116ddd6eb9140c8c83760c315b94
refs/heads/master: 119fc8c9acde650fb92b44c34ea6fc84feb0f6dd
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-sm501.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ static int ohci_hcd_sm501_drv_remove(struct platform_device *pdev)
usb_put_hcd(hcd);
dma_release_declared_memory(&pdev->dev);
mem = platform_get_resource(pdev, IORESOURCE_MEM, 1);
release_mem_region(mem->start, mem->end - mem->start + 1);
if (mem)
release_mem_region(mem->start, mem->end - mem->start + 1);

/* mask interrupts and disable power */

Expand Down

0 comments on commit 5f55e6f

Please sign in to comment.