From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756671Ab2BGU7h (ORCPT ); Tue, 7 Feb 2012 15:59:37 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34906 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753935Ab2BGU7g (ORCPT ); Tue, 7 Feb 2012 15:59:36 -0500 Date: Tue, 7 Feb 2012 12:59:26 -0800 From: Andrew Morton To: axel.lin@gmail.com Cc: "Kim, Milo" , Shreshtha Kumar Sahu , Richard Purdie , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH RFC] leds: lm3530: Fix setting pltfm->als_vmax Message-Id: <20120207125926.0f5722b2.akpm@linux-foundation.org> In-Reply-To: References: <1328595786.5274.6.camel@phoenix> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 7 Feb 2012 19:12:41 +0800 Axel Lin wrote: > > This patch makes sense and fixes wrong range of the ALS input voltage. > > It works well on the real board. > > Thanks. > > > > Acked-and-tested-by: Milo(Woogyom) Kim > > > > BTW, I'd suggest that 'pltfm' is replaced with 'pdata' if below patch has been updated. > > [PATCH v4 5/5] leds-lm3530: replace pltfm with pdata. > > Well, I will redo the patch if Andrew takes your patch serial first. > But I guess Andrew may take this one first for 3.3. > I applied "leds: lm3530: Fix setting pltfm->als_vmax" as-is for 3.3 and fixed up my copy of "leds-lm3530: replace pltfm with pdata".