ALSA: pdaudiocf: Drop superfluous GFP setup
authorTakashi Iwai <tiwai@suse.de>
Tue, 23 Aug 2022 11:57:37 +0000 (13:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 24 Aug 2022 06:00:26 +0000 (08:00 +0200)
commit63bfc84672bbdfc19e54ce181d094fc1aab09e8c
tree14538937fc04823e1116a84e43c861c1c55e1905
parenta5ed0c547d50d30a60d67b0911b4ec2c85c54310
ALSA: pdaudiocf: Drop superfluous GFP setup

The extra setup with GFP_DMA32 is superfluous for this driver.  The
whole operation is a simple copy loop, and there is no memory address
restriction at all.  Drop the useless GFP setup.

Link: https://lore.kernel.org/r/20220823115740.14123-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c