projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01da242
)
Documentation fix devres.txt: lib/iomap.c -> lib/devres.c
author
Brandon Philips
<bphilips@suse.de>
Wed, 18 Jul 2007 05:09:34 +0000
(22:09 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 18 Jul 2007 22:49:49 +0000
(15:49 -0700)
Signed-off-by: Brandon Philips <bphilips@suse.de>
Acked-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/driver-model/devres.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/driver-model/devres.txt
b/Documentation/driver-model/devres.txt
index 6c8d8f27db34f9bddd339f7392a257511493c4fb..8569072fa38725b942dea4d9c8a53e8d692f2397 100644
(file)
--- a/
Documentation/driver-model/devres.txt
+++ b/
Documentation/driver-model/devres.txt
@@
-207,7
+207,7
@@
responsibility. This is usually non-issue because bus ops and
resource allocations already do the job.
For an example of single-instance devres type, read pcim_iomap_table()
-in lib/
iomap
.c.
+in lib/
devres
.c.
All devres interface functions can be called without context if the
right gfp mask is given.