Commit d1310967 authored by Clemens Ladisch's avatar Clemens Ladisch

ALSA: dice: reduce noisy logging

The notification bits are not of general interest; log them only when
debugging.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 341682cd
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment