Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349779
b: refs/heads/master
c: f4d9605
h: refs/heads/master
i:
  349777: a963174
  349775: 6e42df7
v: v3
  • Loading branch information
David S. Miller committed Feb 14, 2013
1 parent 23c2dc7 commit ef80a9a
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: 89a77915e0f56dc7b9f9082ba787895b6a83f809
refs/heads/master: f4d9605434c0fd4cc8639bf25cfc043418c52362
2 changes: 1 addition & 1 deletion trunk/drivers/block/sunvdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ static int generic_request(struct vdc_port *port, u8 op, void *buf, int len)
int op_len, err;
void *req_buf;

if (!(((u64)1 << ((u64)op - 1)) & port->operations))
if (!(((u64)1 << (u64)op) & port->operations))
return -EOPNOTSUPP;

switch (op) {
Expand Down

0 comments on commit ef80a9a

Please sign in to comment.