Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57130
b: refs/heads/master
c: 7a74fc4
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Linus Torvalds committed May 30, 2007
1 parent 4bf7b91 commit 65a87d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b927b3e2c9bc39b7eeeaca91e4cd6c3ed59f165a
refs/heads/master: 7a74fc4925067c2102175baef73f9b07ab519b71
3 changes: 2 additions & 1 deletion trunk/kernel/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ const char *kallsyms_lookup(unsigned long addr,
pos = get_symbol_pos(addr, symbolsize, offset);
/* Grab name */
kallsyms_expand_symbol(get_symbol_offset(pos), namebuf);
*modname = NULL;
if (modname)
*modname = NULL;
return namebuf;
}

Expand Down

0 comments on commit 65a87d6

Please sign in to comment.