Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63104
b: refs/heads/master
c: 303fa9e
h: refs/heads/master
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Jul 27, 2007
1 parent fce669c commit f77ef96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e556bbbd9d2ff2b158915945ac82e2ac7def4d2f
refs/heads/master: 303fa9e39605c1d56971dd22cd04d2186dc42c98
2 changes: 2 additions & 0 deletions trunk/drivers/s390/cio/cio_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ extern debug_info_t *cio_debug_crw_id;
static inline void
CIO_HEX_EVENT(int level, void *data, int length)
{
if (unlikely(!cio_debug_trace_id))
return;
while (length > 0) {
debug_event(cio_debug_trace_id, level, data, length);
length -= cio_debug_trace_id->buf_size;
Expand Down

0 comments on commit f77ef96

Please sign in to comment.