Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70679
b: refs/heads/master
c: debe621
h: refs/heads/master
i:
  70677: baa13e4
  70675: d4b41fd
  70671: a24aad8
v: v3
  • Loading branch information
Rene Herman authored and Linus Torvalds committed Oct 17, 2007
1 parent 347dae1 commit 57d95c1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 80eb68d23897126e7f25e2b3689bc27fb8cdde17
refs/heads/master: debe621468cf54630d360999f6223b50a3efdd0c
2 changes: 1 addition & 1 deletion trunk/lib/iomap.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static void bad_io_access(unsigned long port, const char *access)
static int count = 10;
if (count) {
count--;
printk(KERN_ERR "Bad IO access at port %lx (%s)\n", port, access);
printk(KERN_ERR "Bad IO access at port %#lx (%s)\n", port, access);
WARN_ON(1);
}
}
Expand Down

0 comments on commit 57d95c1

Please sign in to comment.