Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48779
b: refs/heads/master
c: 26ba05e
h: refs/heads/master
i:
  48777: 0a9513f
  48775: 5f6a47e
v: v3
  • Loading branch information
Grant Grundler authored and Greg Kroah-Hartman committed Feb 16, 2007
1 parent 045361f commit 491c95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f95d882d81ee731be2a4a3b34f86810e29b68836
refs/heads/master: 26ba05e4c66ad3fafe08412ffcf8c328cc4640b0
4 changes: 2 additions & 2 deletions trunk/Documentation/pci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ Tips on when/where to use the above attributes:
exclusively called by the probe() routine, can be marked __devinit.
Ditto for remove() and __devexit.

o If mydriver_probe() is marked with __devinit(), then all address
references to mydriver_probe must use __devexit_p(mydriver_probe)
o If mydriver_remove() is marked with __devexit(), then all address
references to mydriver_remove must use __devexit_p(mydriver_remove)
(in the struct pci_driver declaration for example).
__devexit_p() will generate the function name _or_ NULL if the
function will be discarded. For an example, see drivers/net/tg3.c.
Expand Down

0 comments on commit 491c95c

Please sign in to comment.