From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:56882 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754584AbdDJPrK (ORCPT ); Mon, 10 Apr 2017 11:47:10 -0400 Date: Mon, 10 Apr 2017 17:47:00 +0200 From: "gregkh@linuxfoundation.org" To: alexander.levin@verizon.com Cc: "stable@vger.kernel.org" Subject: Re: [PATCH 51/98] scsi: ufs: refactor device descriptor reading Message-ID: <20170410154700.GA15962@kroah.com> References: <20170404193158.19041-1-alexander.levin@verizon.com> <20170404193158.19041-52-alexander.levin@verizon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170404193158.19041-52-alexander.levin@verizon.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Apr 04, 2017 at 07:32:21PM +0000, alexander.levin@verizon.com wrote: > From: Tomas Winkler > > [ Upstream commit 93fdd5ac64bbe80dac6416f048405362d7ef0945 ] > > Pull device descriptor reading out of ufs quirk so it can be used also > for other purposes. > > Revamp the fixup setup: > > 1. Rename ufs_device_info to ufs_dev_desc as very similar name > ufs_dev_info is already in use. > > 2. Make the handlers static as they are not used out of the ufshdc.c > file. > > [mkp: applied by hand] > > Signed-off-by: Tomas Winkler > Reviewed-by: Subhash Jadavani > Signed-off-by: Martin K. Petersen > Signed-off-by: Sasha Levin > --- > drivers/scsi/ufs/ufs.h | 12 ++++++++++++ > drivers/scsi/ufs/ufs_quirks.h | 28 ++++++---------------------- > drivers/scsi/ufs/ufshcd.c | 40 +++++++++++++++++++--------------------- > 3 files changed, 37 insertions(+), 43 deletions(-) Why is this patch needed? You don't add any ufs quirks after it in the series that I can see... thanks, greg k-h