aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/firewire/core-card.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/core-card.c b/drivers/firewire/core-card.c
index cc595eba7ba9..2a03bb927616 100644
--- a/drivers/firewire/core-card.c
+++ b/drivers/firewire/core-card.c
@@ -421,8 +421,8 @@ static void bm_work(struct work_struct *work)
421 * root, and thus, IRM. 421 * root, and thus, IRM.
422 */ 422 */
423 new_root_id = local_id; 423 new_root_id = local_id;
424 fw_notice(card, "%s, making local node (%02x) root\n", 424 fw_notice(card, "BM lock failed (%s), making local node (%02x) root\n",
425 "BM lock failed", new_root_id); 425 fw_rcode_string(rcode), new_root_id);
426 goto pick_me; 426 goto pick_me;
427 } 427 }
428 } else if (card->bm_generation != generation) { 428 } else if (card->bm_generation != generation) {