Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: usb-audio: Suppress repetitive debug messages from retire_playb…
…ack_urb() BugLink: http://bugs.launchpad.net/bugs/1305133 Malfunctioning or slow devices can cause a flood of dmesg SPAM. I've ignored checkpatch.pl complaints about the use of printk_ratelimit() in favour of prior art in sound/usb/pcm.c. WARNING: Prefer printk_ratelimited or pr_<level>_ratelimited to printk_ratelimit + if (printk_ratelimit() && Cc: Jaroslav Kysela <[email protected]> Cc: Takashi Iwai <[email protected]> Cc: Eldad Zack <[email protected]> Cc: Daniel Mack <[email protected]> Cc: Clemens Ladisch <[email protected]> Signed-off-by: Tim Gardner <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information