Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324093
b: refs/heads/master
c: d06cbda
h: refs/heads/master
i:
  324091: 2428afe
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Sep 26, 2012
1 parent 2c727da commit 38d8f8d
Show file tree
Hide file tree
Showing 3 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: 2267a0c85c4314b64440b9a1e3442d2eb90a719f
refs/heads/master: d06cbda69ffc89bdfcf4cb9d78b0e64c5c28e549
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/sclp.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ sclp_dispatch_evbufs(struct sccb_header *sccb)
reg->receiver_fn(evbuf);
spin_lock_irqsave(&sclp_lock, flags);
} else if (reg == NULL)
rc = -ENOSYS;
rc = -EOPNOTSUPP;
}
spin_unlock_irqrestore(&sclp_lock, flags);
return rc;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/sclp_rw.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ sclp_emit_buffer(struct sclp_buffer *buffer,
/* Use write priority message */
sccb->msg_buf.header.type = EVTYP_PMSGCMD;
else
return -ENOSYS;
return -EOPNOTSUPP;
buffer->request.command = SCLP_CMDW_WRITE_EVENT_DATA;
buffer->request.status = SCLP_REQ_FILLED;
buffer->request.callback = sclp_writedata_callback;
Expand Down

0 comments on commit 38d8f8d

Please sign in to comment.