diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-06-09 13:26:22 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-07-09 18:07:42 -0400 |
commit | 8a8cea2734808522f02941ea16125810ee42c9c7 (patch) | |
tree | f1cbb4e92c1a4b55cfd9d82d8a82c24827168717 /drivers/firewire/fw-topology.c | |
parent | b8f106570f20a7a98a18a14c2d11d65f581c2808 (diff) |
firewire: missing newline in printk
Also remove some errno printouts which will be shown by infrastructure
code anyway.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-topology.c')
-rw-r--r-- | drivers/firewire/fw-topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-topology.c b/drivers/firewire/fw-topology.c index 7aebb8ae0efa..4e358506d913 100644 --- a/drivers/firewire/fw-topology.c +++ b/drivers/firewire/fw-topology.c | |||
@@ -214,7 +214,7 @@ static struct fw_node *build_tree(struct fw_card *card, | |||
214 | 214 | ||
215 | node = fw_node_create(q, port_count, card->color); | 215 | node = fw_node_create(q, port_count, card->color); |
216 | if (node == NULL) { | 216 | if (node == NULL) { |
217 | fw_error("Out of memory while building topology."); | 217 | fw_error("Out of memory while building topology.\n"); |
218 | return NULL; | 218 | return NULL; |
219 | } | 219 | } |
220 | 220 | ||