Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754439Ab2FSPUM (ORCPT ); Tue, 19 Jun 2012 11:20:12 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:62540 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752121Ab2FSPUK convert rfc822-to-8bit (ORCPT ); Tue, 19 Jun 2012 11:20:10 -0400 MIME-Version: 1.0 In-Reply-To: References: <1340092423-10073-1-git-send-email-yadi.brar@samsung.com> <1340092423-10073-2-git-send-email-yadi.brar@samsung.com> Date: Tue, 19 Jun 2012 20:50:09 +0530 Message-ID: Subject: Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback. From: Yadwinder Singh Brar To: axel.lin@gmail.com Cc: linux-kernel@vger.kernel.org, Mark Brown , Liam Girdwood , Jonghwa Lee , Myungjoo Ham , Kyungmin Park , Chiwoong Byun , Yadwinder Singh Brar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 628 Lines: 16 On Tue, Jun 19, 2012 at 5:53 PM, Axel Lin wrote: >> return regmap_update_bits(rdev->regmap, rdev->desc->enable_reg, >> ? ? ? ? ? ? ? ? ? ? ? ? ?ramp_value << 6); > > Typo, should be: > ? ? ? ?return regmap_update_bits(rdev->regmap, rdev->desc->enable_reg, > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?MAX77686_RAMP_RATE_MASK, ramp_value << 6); Ok, I will do it. Thanks. -- 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/