Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30430
b: refs/heads/master
c: 8070b2b
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 26, 2006
1 parent 4ff6b01 commit 80606d0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 52383678a8ac80e6679f94f60c897f9292e0e8b9
refs/heads/master: 8070b2b1ecbeb5437c92c33b4dcea1d8d80399ee
5 changes: 2 additions & 3 deletions trunk/drivers/dma/ioatdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,9 @@ static int __init ioat_init_module(void)
{
/* it's currently unsafe to unload this module */
/* if forced, worst case is that rmmod hangs */
if (THIS_MODULE != NULL)
THIS_MODULE->unsafe = 1;
__unsafe(THIS_MODULE);

return pci_module_init(&ioat_pci_drv);
pci_module_init(&ioat_pci_drv);
}

module_init(ioat_init_module);
Expand Down

0 comments on commit 80606d0

Please sign in to comment.