From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for February 21 (usb/serial) Date: Tue, 15 Mar 2011 08:36:26 -0700 Message-ID: <20110315083626.67d85f55.randy.dunlap@oracle.com> References: <20110303135152.c4b53da1.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:20378 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758022Ab1COPhE (ORCPT ); Tue, 15 Mar 2011 11:37:04 -0400 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Alan Stern Cc: Oliver Neukum , lud , Stephen Rothwell , linux-next@vger.kernel.org, LKML , "Rafael J. Wysocki" On Fri, 4 Mar 2011 10:04:38 -0500 (EST) Alan Stern wrote: > On Thu, 3 Mar 2011, Randy Dunlap wrote: > > > On Mon, 21 Feb 2011 21:30:01 +0100 Rafael J. Wysocki wrote: > > > > > On Monday, February 21, 2011, Randy Dunlap wrote: > > > > On Mon, 21 Feb 2011 18:21:34 +1100 Stephen Rothwell wrote: > > > > > > > > > Hi all, > > > > > > > > > > Changes since 20110218: > > > > > > > > > > > > When CONFIG_PM_RUNTIME is not enabled: > > > > > > > > drivers/usb/serial/usb_wwan.c:702: error: 'struct dev_pm_info' has no member named 'usage_count' > > > > > > This looks like a bug in the driver that shouldn't access this field directly. > > > > > > This build error is still with us in linux-next 2011.0303. > > Since Oliver added this bug in commit > 16871dcac74c63227aa92e0012f3004a648c2062 (usb_wwan: error case of > resume), he should be the person to fix it. The logic there is not > clear to me; I don't know how it ought to be changed. Would replacing > it with a call to usb_autopm_put_interface_no_suspend() be good enough? Hi Oliver, This build problem still happens with linux-next 2011.0315. Please send a fix for it. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***