Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939708AbXFHHy2 (ORCPT ); Fri, 8 Jun 2007 03:54:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S938231AbXFHHZT (ORCPT ); Fri, 8 Jun 2007 03:25:19 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:55350 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932237AbXFHHZH (ORCPT ); Fri, 8 Jun 2007 03:25:07 -0400 Message-Id: <20070608072213.196608000@sous-sol.org> References: <20070608072127.352723000@sous-sol.org> User-Agent: quilt/0.46-1 Date: Fri, 08 Jun 2007 00:21:56 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Takashi Iwai , Jaroslav Kysela , Greg Kroah-Hartman Subject: [patch 29/54] ALSA: wm8750 typo fix Content-Disposition: inline; filename=alsa-wm8750-typo-fix.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1232 Lines: 34 -stable review patch. If anyone has any objections, please let us know. --------------------- From: Andrew Morton I quuestion the testing status of that patch! Signed-off-by: Andrew Morton Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/wm8750.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.4.orig/sound/soc/codecs/wm8750.c +++ linux-2.6.21.4/sound/soc/codecs/wm8750.c @@ -808,7 +808,7 @@ static int wm8750_init(struct snd_soc_de codec->dai = &wm8750_dai; codec->num_dai = 1; codec->reg_cache_size = sizeof(wm8750_reg); - codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KRENEL); + codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KERNEL); if (codec->reg_cache == NULL) return -ENOMEM; -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/