Loading drivers/block/sunvdc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
drivers/block/sunvdc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading