]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: sparc: Use GFP_KERNEL for non-atomic allocation
authorTakashi Iwai <tiwai@suse.de>
Thu, 3 May 2018 08:51:41 +0000 (10:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 3 May 2018 08:53:39 +0000 (10:53 +0200)
commit6c559bd73f4e2377061d857fcc18c7db05e74e7f
treeb93e76fee6827a7544f44976b6e2af7aa2509fbe
parent6091aba46095a937a44ce3eec3c62daab5fa5205
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: Takashi Iwai <tiwai@suse.de>
sound/sparc/dbri.c