Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932278AbbKLQUI (ORCPT ); Thu, 12 Nov 2015 11:20:08 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:34987 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932246AbbKLQUE (ORCPT ); Thu, 12 Nov 2015 11:20:04 -0500 Date: Thu, 12 Nov 2015 11:20:02 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Lu Baolu cc: Mathias Nyman , Greg Kroah-Hartman , , Subject: Re: [PATCH v2 3/3] usb: core: lpm: remove usb3_lpm_enabled in usb_device In-Reply-To: <1447294778-27917-4-git-send-email-baolu.lu@linux.intel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 732 Lines: 19 On Thu, 12 Nov 2015, Lu Baolu wrote: > Commit 8306095fd2c1 ("USB: Disable USB 3.0 LPM in critical sections.") > adds usb3_lpm_enabled member to struct usb_device. There is no reference > to this member now. Hence, it could be removed. > > Signed-off-by: Lu Baolu Since patch 1/3 removes all the references to usb3_lpm_enabled, that patch should also remove the member itself. In other words, you might as well fold this patch into that one. Alan Stern -- 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/