Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27804
b: refs/heads/master
c: 5fc3dbc
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 20, 2006
1 parent 3e1abe6 commit 32419fb
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: dcb6592d72923123e3e479134f9381e0133d7d9d
refs/heads/master: 5fc3dbc418e01345e25e96b3192a1c46051c3fdc
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/chips/gen_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ static inline struct mtd_info *cfi_cmdset_unknown(struct map_info *map,

sprintf(probename, "cfi_cmdset_%4.4X", type);

probe_function = (void *)symbol_get(probename);
probe_function = __symbol_get(probename);
if (!probe_function) {
request_module(probename);
probe_function = (void *)symbol_get(probename);
probe_function = __symbol_get(probename);
}

if (probe_function) {
Expand Down

0 comments on commit 32419fb

Please sign in to comment.