From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: [PATCH 0/2] Minor GFP_ATOMIC removal Date: Mon, 16 Apr 2018 14:12:04 +0200 Message-ID: <20180416121206.27131-1-tiwai@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 795112673C4 for ; Mon, 16 Apr 2018 14:12:09 +0200 (CEST) Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A94B7AE1B for ; Mon, 16 Apr 2018 12:12:08 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org 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