Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80931
b: refs/heads/master
c: a5c52df
h: refs/heads/master
i:
  80929: 593ac1d
  80927: 6e9969f
v: v3
  • Loading branch information
Joe Perches authored and Stefan Richter committed Jan 30, 2008
1 parent bf29d30 commit 2a53db4
Show file tree
Hide file tree
Showing 2 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: 825f1df545ab0289185373b0eaf06fb0b3487422
refs/heads/master: a5c52df8bce65971b8db95149ebc1c5f1026af45
4 changes: 2 additions & 2 deletions trunk/drivers/ieee1394/raw1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ static int arm_read(struct hpsb_host *host, int nodeid, quadlet_t * buffer,
int found = 0, size = 0, rcode = -1;
struct arm_request_response *arm_req_resp = NULL;

DBGMSG("arm_read called by node: %X"
DBGMSG("arm_read called by node: %X "
"addr: %4.4x %8.8x length: %Zu", nodeid,
(u16) ((addr >> 32) & 0xFFFF), (u32) (addr & 0xFFFFFFFF),
length);
Expand Down Expand Up @@ -1012,7 +1012,7 @@ static int arm_write(struct hpsb_host *host, int nodeid, int destid,
int found = 0, size = 0, rcode = -1, length_conflict = 0;
struct arm_request_response *arm_req_resp = NULL;

DBGMSG("arm_write called by node: %X"
DBGMSG("arm_write called by node: %X "
"addr: %4.4x %8.8x length: %Zu", nodeid,
(u16) ((addr >> 32) & 0xFFFF), (u32) (addr & 0xFFFFFFFF),
length);
Expand Down

0 comments on commit 2a53db4

Please sign in to comment.