Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27803
b: refs/heads/master
c: dcb6592
h: refs/heads/master
i:
  27801: b13b420
  27799: 9a01752
v: v3
  • Loading branch information
Andrew Morton authored and David Woodhouse committed May 20, 2006
1 parent a71417f commit 3e1abe6
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: 8e4482fba21d15da99f39a13396d3361e810d199
refs/heads/master: dcb6592d72923123e3e479134f9381e0133d7d9d
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/devices/docprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,10 @@ static void __init DoC_Probe(unsigned long physadr)

#ifdef CONFIG_MODULES
if (im_funcname && !initroutine)
initroutine = symbol_get(im_funcname);
initroutine = __symbol_get(im_funcname);
if (im_funcname && !initroutine) {
request_module(im_modname);
initroutine = symbol_get(im_funcname);
initroutine = __symbol_get(im_funcname);
}
#endif
if (initroutine) {
Expand Down

0 comments on commit 3e1abe6

Please sign in to comment.