All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Minor GFP_ATOMIC removal
@ 2018-04-16 12:12 Takashi Iwai
  2018-04-16 12:12 ` [PATCH 1/2] ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMIC Takashi Iwai
  2018-04-16 12:12 ` [PATCH 2/2] ALSA: emu10k1: Reduce GFP_ATOMIC allocation Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Takashi Iwai @ 2018-04-16 12:12 UTC (permalink / raw)
  To: alsa-devel

Hi,

this is small fixes for the old PCI drivers that still used GFP_ATOMIC
by some reason.  It became a nice cleanup in the end.


Takashi

===

Takashi Iwai (2):
  ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMIC
  ALSA: emu10k1: Reduce GFP_ATOMIC allocation

 include/sound/emu10k1.h    | 4 ++--
 sound/pci/cmipci.c         | 2 +-
 sound/pci/emu10k1/emufx.c  | 9 +--------
 sound/pci/emu10k1/emupcm.c | 2 +-
 4 files changed, 5 insertions(+), 12 deletions(-)

-- 
2.16.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-16 12:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16 12:12 [PATCH 0/2] Minor GFP_ATOMIC removal Takashi Iwai
2018-04-16 12:12 ` [PATCH 1/2] ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMIC Takashi Iwai
2018-04-16 12:12 ` [PATCH 2/2] ALSA: emu10k1: Reduce GFP_ATOMIC allocation Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.