Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363107
b: refs/heads/master
c: 2154e0a
h: refs/heads/master
i:
  363105: f2b1bdb
  363103: bfe0f87
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent ce8ef4e commit 66e73c0
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: e926301b39a07f587ff8c66354a2e2ee4c29162c
refs/heads/master: 2154e0a4f43e0c811737e391e7981d331e450d42
4 changes: 2 additions & 2 deletions trunk/drivers/char/applicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,8 @@ static long ac_ioctl(struct file *file, unsigned int cmd, unsigned long arg)

printk(KERN_INFO "Prom version board %d ....... V%d.%d %s",
i+1,
(int)(readb(apbs[IndexCard].RamIO + VERS) >> 4),
(int)(readb(apbs[IndexCard].RamIO + VERS) & 0xF),
(int)(readb(apbs[i].RamIO + VERS) >> 4),
(int)(readb(apbs[i].RamIO + VERS) & 0xF),
boardname);


Expand Down

0 comments on commit 66e73c0

Please sign in to comment.