[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150901072033.GA2873@saruman.tx.rr.com>
Date: Tue, 1 Sep 2015 02:20:33 -0500
From: Felipe Balbi <balbi@...com>
To: Nikhil Badola <nikhil.badola@...escale.com>
CC: <linux-kernel@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<linux-omap@...r.kernel.org>, <balbi@...com>,
<gregkh@...uxfoundation.org>
Subject: Re: [PATCH 2/3][v2] drivers: usb: dwc3: Add frame length adjustment
quirk
Hi,
On Mon, Aug 17, 2015 at 09:54:56AM +0530, Nikhil Badola wrote:
> +static void dwc3_frame_length_adjustment(struct dwc3 *dwc, u32 fladj)
> +{
> + if (dwc->revision < DWC3_REVISION_250A)
> + return;
> +
> + if (fladj == 0)
> + return;
> +
> + if (fladj) {
right here you know fladj to be non-zero.
> @@ -957,6 +990,7 @@ static int dwc3_probe(struct platform_device *pdev)
> goto err1;
> }
>
> +
stray change
--
balbi
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists