From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751772Ab1LKC7o (ORCPT ); Sat, 10 Dec 2011 21:59:44 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:53446 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363Ab1LKC7m (ORCPT ); Sat, 10 Dec 2011 21:59:42 -0500 Date: Sun, 11 Dec 2011 10:59:16 +0800 From: Mark Brown To: Lothar =?iso-8859-1?Q?Wa=DFmann?= Cc: alsa-devel@alsa-project.org, Dong Aisheng-B29396 , linux-kernel@vger.kernel.org, Liam Girdwood Subject: Re: [PATCH 4/5] ASoC: mxs: Add missing MODULE_LICENSE("GPL") Message-ID: <20111211025915.GD2800@opensource.wolfsonmicro.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Cookie: Chess tonight. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 09, 2011 at 02:38:11PM +0100, Lothar Waßmann wrote: > The sound driver refuses to load as module, because of the missing > MODULE_LICENSE("GPL"). > The file header indicates that the driver is indeed published under > the GPL. Applied, thanks.