From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757350AbcFAFg5 (ORCPT ); Wed, 1 Jun 2016 01:36:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:46750 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753965AbcFAFgz (ORCPT ); Wed, 1 Jun 2016 01:36:55 -0400 Date: Wed, 01 Jun 2016 07:36:53 +0200 Message-ID: From: Takashi Iwai To: "William Breathitt Gray" Cc: , , Subject: Re: [PATCH 00/11] ALSA: Utilize the module_isa_driver macro In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 31 May 2016 17:54:16 +0200, William Breathitt Gray wrote: > > The module_isa_driver macro is a helper macro for ISA drivers which do > not do anything special in module init/exit. This patchset eliminates a > lot of ISA driver registration boilerplate code by utilizing > module_isa_driver, which replaces module_init and module_exit. > > William Breathitt Gray (11): > ALSA: sb8: Utilize the module_isa_driver macro > ALSA: jazz16: Utilize the module_isa_driver macro > ALSA: ad1848: Utilize the module_isa_driver macro > ALSA: cmi8328: Utilize the module_isa_driver macro > ALSA: cs4231: Utilize the module_isa_driver macro > ALSA: gusmax: Utilize the module_isa_driver macro > ALSA: gusextreme: Utilize the module_isa_driver macro > ALSA: gusclassic: Utilize the module_isa_driver macro > ALSA: sc6000: Utilize the module_isa_driver macro > ALSA: galaxy: Utilize the module_isa_driver macro > ALSA: adlib: Utilize the module_isa_driver macro Thanks, applied all patches now. Takashi