aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2011-09-04 22:12:20 +0200
committerClemens Ladisch <clemens@ladisch.de>2013-10-20 22:07:57 +0200
commitd13109673ac49cd4b992df17238ee030be7ed7f0 (patch)
tree8b8cb01dab714638c59ab6c3839b702f87a55161 /sound/firewire
parent341682cd4f5603fccbf559d201402539880c04a5 (diff)
ALSA: dice: reduce noisy logging
The notification bits are not of general interest; log them only when debugging. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/firewire')
-rw-r--r--sound/firewire/dice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/dice.c b/sound/firewire/dice.c
index d3f3eb7a546..02c7b5a4237 100644
--- a/sound/firewire/dice.c
+++ b/sound/firewire/dice.c
@@ -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);
}