Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220326
b: refs/heads/master
c: 0a652b9
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Oct 14, 2010
1 parent 8bc827d commit c31d201
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: 6566961fcb651e6081aff9eabf4362d1b3821482
refs/heads/master: 0a652b96287ef61c97a2acab2bcc3d0f319b50e4
2 changes: 1 addition & 1 deletion trunk/drivers/staging/speakup/serialio.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct serial_state *spk_serial_init(int index)
__release_region(&ioport_resource, ser->port, 8);
err = synth_request_region(ser->port, 8);
if (err) {
pr_warn("Unable to allocate port at %x, errno %i", ser->port, err);
pr_warn("Unable to allocate port at %lx, errno %i", ser->port, err);
return NULL;
}
}
Expand Down

0 comments on commit c31d201

Please sign in to comment.