From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] ata: xgene: Enable NCQ support for APM X-Gene SATA controller hardware v1.1 Date: Wed, 9 Nov 2016 11:45:31 -0500 Message-ID: <20161109164531.GA14630@htj.duckdns.org> References: <1469524857-3720-1-git-send-email-rsahu@apm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org To: Rameshwar Sahu Cc: Olof Johansson , linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org, Devicetree List , linux-arm , ddutile@redhat.com, Jon Masters , patches List-Id: devicetree@vger.kernel.org Hello, On Wed, Sep 14, 2016 at 04:15:00PM +0530, Rameshwar Sahu wrote: > > @@ -821,8 +823,6 @@ static int xgene_ahci_probe(struct platform_device > > *pdev) > > dev_warn(&pdev->dev, "%s: Error reading > > device info. Assume version1\n", > > __func__); > > version = XGENE_AHCI_V1; > > - } else if (info->valid & ACPI_VALID_CID) { > > - version = XGENE_AHCI_V2; Can you please explain this part a bit? Everything else looks good to me. Thanks. -- tejun