ALSA: dice: reduce noisy logging
authorClemens Ladisch <clemens@ladisch.de>
Sun, 4 Sep 2011 20:12:20 +0000 (22:12 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Sun, 20 Oct 2013 20:07:57 +0000 (22:07 +0200)
The notification bits are not of general interest; log them only when
debugging.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/firewire/dice.c

index d3f3eb7..02c7b5a 100644 (file)
@@ -505,8 +505,8 @@ static void dice_notification(struct fw_card *card, struct fw_request *request,
                fw_send_response(card, request, RCODE_ADDRESS_ERROR);
                return;
        }
-       dev_info(&dice->unit->device,
-                "notification: %08x\n", be32_to_cpup(data));
+       dev_dbg(&dice->unit->device,
+               "notification: %08x\n", be32_to_cpup(data));
        fw_send_response(card, request, RCODE_COMPLETE);
 }