Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55906
b: refs/heads/master
c: 84ea776
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn / Snakebyte authored and Linus Torvalds committed May 11, 2007
1 parent eee6f43 commit f770cfe
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: a12bb44471b819c7f33d8a83044e7116c124e3d5
refs/heads/master: 84ea77635b91a6ca1c0c592ee5ddc0c780856b97
2 changes: 1 addition & 1 deletion trunk/drivers/char/rio/riocmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int RIOCommandRup(struct rio_info *p, uint Rup, struct Host *HostP, struc
rio_dprintk(RIO_DEBUG_CMD, "CONTROL information: Host number %Zd, name ``%s''\n", HostP - p->RIOHosts, HostP->Name);
rio_dprintk(RIO_DEBUG_CMD, "CONTROL information: Rup number 0x%x\n", rup);

if (Rup >= (unsigned short) MAX_RUP) {
if (Rup < (unsigned short) MAX_RUP) {
rio_dprintk(RIO_DEBUG_CMD, "CONTROL information: This is the RUP for RTA ``%s''\n", HostP->Mapping[Rup].Name);
} else
rio_dprintk(RIO_DEBUG_CMD, "CONTROL information: This is the RUP for link ``%c'' of host ``%s''\n", ('A' + Rup - MAX_RUP), HostP->Name);
Expand Down

0 comments on commit f770cfe

Please sign in to comment.