projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
341682c
)
ALSA: dice: reduce noisy logging
author
Clemens Ladisch
<clemens@ladisch.de>
Sun, 4 Sep 2011 20:12:20 +0000
(22:12 +0200)
committer
Clemens 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
patch
|
blob
|
history
diff --git
a/sound/firewire/dice.c
b/sound/firewire/dice.c
index
d3f3eb7
..
02c7b5a
100644
(file)
--- 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);
}