aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-topology.c
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2007-06-09 13:26:22 -0400
committerStefan Richter <stefanr@s5r6.in-berlin.de>2007-07-09 18:07:42 -0400
commit8a8cea2734808522f02941ea16125810ee42c9c7 (patch)
treef1cbb4e92c1a4b55cfd9d82d8a82c24827168717 /drivers/firewire/fw-topology.c
parentb8f106570f20a7a98a18a14c2d11d65f581c2808 (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.c2
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