diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-29 02:13:31 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-29 02:13:31 +0000 |
| commit | 878db8920f6e808f73719fea82500a1c22da69a4 (patch) | |
| tree | 6d254ab0de8087e7a8b161380965995d13027224 /sys/dev/firewire/firewire.c | |
| parent | a01bf47081785f9fbc841a84ffbe8a5322f2f47e (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/firewire.c')
| -rw-r--r-- | sys/dev/firewire/firewire.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index e555266abbdf7..0b93285f84562 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -1020,10 +1020,9 @@ void fw_sidrcv(struct firewire_comm* fc, caddr_t buf, u_int len, u_int off) }else{ printf(", cable IRM = %d", fc->irm); if (fc->irm == fc->nodeid) - printf(" (me)\n"); - else - printf("\n"); + printf(" (me)"); } + printf("\n"); if (try_bmr && (fc->irm != -1) && (CSRARC(fc, BUS_MGR_ID) == 0x3f)) { if (fc->irm == ((CSRARC(fc, NODE_IDS) >> 16 ) & 0x3f)) { |
