diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-04-09 22:09:27 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-04-16 14:01:31 +0200 |
commit | 0be5168047c22ad6b2fa675f02e8090b192fbc8f (patch) | |
tree | b7d7d5705e01b8c9cbde21fa8e6c072e18c7f5ae /include/sound/emu10k1.h | |
parent | ALSA: ad1889: Replace mdelay with usleep_range in snd_ad1889_ac97_ready (diff) | |
download | linux-0be5168047c22ad6b2fa675f02e8090b192fbc8f.tar.xz linux-0be5168047c22ad6b2fa675f02e8090b192fbc8f.zip |
ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMIC
save_mixer_state() is called in a sleepable context, so it's safe to
allocate with GFP_KERNEL instead of the current GFP_ATOMIC. The
GFP_ATOMIC usage must have been based on an incorrect assumption in
the very old code base.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/emu10k1.h')
0 files changed, 0 insertions, 0 deletions