Skip to content
Snippets Groups Projects
Commit 207459a2 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: sparc: Use GFP_KERNEL for non-atomic allocation


dbri driver allocates a resource with GFP_ATOMIC unnecessarily in its
probe function.  Replace it with the standard GFP_KERNEL for avoiding
the bogus allocation failures.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6455abb4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment