From b5fa01001e827e843d227e20f7bb81b4de4bcb06 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Wed, 11 Apr 2012 17:38:47 +0200 Subject: [PATCH] --- yaml --- r: 307581 b: refs/heads/master c: 3b00b008888a851499bc039e70d12002af00ec9c h: refs/heads/master i: 307579: eb9f504d0b5dc0893fff5b2987efee39db205435 v: v3 --- [refs] | 2 +- trunk/drivers/firewire/core-card.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f62464c3769d..ac3cb95f9043 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7bdbff6762a573b911e4ee5715779d8ee6a62631 +refs/heads/master: 3b00b008888a851499bc039e70d12002af00ec9c diff --git a/trunk/drivers/firewire/core-card.c b/trunk/drivers/firewire/core-card.c index cc595eba7ba9..2a03bb927616 100644 --- a/trunk/drivers/firewire/core-card.c +++ b/trunk/drivers/firewire/core-card.c @@ -421,8 +421,8 @@ static void bm_work(struct work_struct *work) * root, and thus, IRM. */ new_root_id = local_id; - fw_notice(card, "%s, making local node (%02x) root\n", - "BM lock failed", new_root_id); + fw_notice(card, "BM lock failed (%s), making local node (%02x) root\n", + fw_rcode_string(rcode), new_root_id); goto pick_me; } } else if (card->bm_generation != generation) {