diff options
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 | ||