From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754767Ab2ITVfS (ORCPT ); Thu, 20 Sep 2012 17:35:18 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:58206 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349Ab2ITVfQ (ORCPT ); Thu, 20 Sep 2012 17:35:16 -0400 Date: Thu, 20 Sep 2012 14:32:33 -0700 From: Anton Vorontsov To: Paul Parsons Cc: dwmw2@infradead.org, philipp.zabel@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pda_power: ac_draw used before set Message-ID: <20120920213232.GA18223@lizard> References: <505A0293.4070708@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <505A0293.4070708@yahoo.com> 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 Wed, Sep 19, 2012 at 06:36:19PM +0100, Paul Parsons wrote: > When I reboot my iPAQ hx4700 in its cradle, the battery will not begin > to charge even though the AC supply is connected. Charging will start > only after the PDA power driver is tickled by some other power event, > such as reseating the iPAQ in its cradle or connecting the USB cable. > > The problem lies in pda_power_probe(), where ac_draw is used by the call > to update_charger() before being set by the call to regulator_get(). > > Moving the regulator_get() call to before the update_charger() call > fixes the problem. > > Signed-off-by: Paul Parsons > Cc: Philipp Zabel > --- Great to see that someone is still using hx4700. :-) Thanks for the patch, it is merged now! Cheers, Anton. p.s. The patch was mangled (word wrapped), but I fixed it up. Just fyi...