projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a74a6
)
firewire: core: Update WARN uses
author
Joe Perches
<joe@perches.com>
Sat, 30 Oct 2010 21:08:27 +0000
(14:08 -0700)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 12 Dec 2010 14:47:03 +0000
(15:47 +0100)
Add missing newlines.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/core-transaction.c
patch
|
blob
|
history
diff --git
a/drivers/firewire/core-transaction.c
b/drivers/firewire/core-transaction.c
index
b42a0bd
..
ad864d8
100644
(file)
--- a/
drivers/firewire/core-transaction.c
+++ b/
drivers/firewire/core-transaction.c
@@
-250,7
+250,7
@@
static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel,
break;
default:
- WARN(1, "wrong tcode %d", tcode);
+ WARN(1, "wrong tcode %d
\n
", tcode);
}
common:
packet->speed = speed;
@@
-638,7
+638,7
@@
int fw_get_response_length(struct fw_request *r)
}
default:
- WARN(1, "wrong tcode %d", tcode);
+ WARN(1, "wrong tcode %d
\n
", tcode);
return 0;
}
}
@@
-694,7
+694,7
@@
void fw_fill_response(struct fw_packet *response, u32 *request_header,
break;
default:
- WARN(1, "wrong tcode %d", tcode);
+ WARN(1, "wrong tcode %d
\n
", tcode);
}
response->payload_mapped = false;