Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165572
b: refs/heads/master
c: 82fa395
h: refs/heads/master
v: v3
  • Loading branch information
Ozan Çaglayan authored and Sam Ravnborg committed Sep 20, 2009
1 parent 8c7004a commit affe8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: f9d490ab374236a115440c771ecf0fb2890eb929
refs/heads/master: 82fa39552fd858468a5647fa58d14955ecd50eb4
5 changes: 1 addition & 4 deletions trunk/scripts/markup_oops.pl
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,7 @@ sub process_x86_regs

# if it's a module, we need to find the .ko file and calculate a load offset
if ($module ne "") {
my $dir = dirname($filename);
$dir = $dir . "/";
my $mod = $module . ".ko";
my $modulefile = `find $dir -name $mod | head -1`;
my $modulefile = `modinfo $module | grep '^filename:' | awk '{ print \$2 }'`;
chomp($modulefile);
$filename = $modulefile;
if ($filename eq "") {
Expand Down

0 comments on commit affe8e4

Please sign in to comment.