OSDN Git Service

ALSA: emu10k1: Rate-limit error messages about page errors
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 May 2018 18:02:23 +0000 (20:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Aug 2018 05:55:20 +0000 (07:55 +0200)
commit995cbcab6d3e1740169a251c699a9e55c9dc5e8e
treecf55fbf6daa8ae587991fe2fed1dacb5c1f861e8
parent62413bacafa319f0901185c6e11f69d39709a541
ALSA: emu10k1: Rate-limit error messages about page errors

[ Upstream commit 11d42c81036324697d367600bfc16f6dd37636fd ]

The error messages at sanity checks of memory pages tend to repeat too
many times once when it hits, and without the rate limit, it may flood
and become unreadable.  Replace such messages with the *_ratelimited()
variant.

Bugzilla: http://bugzilla.opensuse.org/show_bug.cgi?id=1093027
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/emu10k1/memory.c