From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932947AbbGJO7e (ORCPT ); Fri, 10 Jul 2015 10:59:34 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:54340 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753663AbbGJO7Y (ORCPT ); Fri, 10 Jul 2015 10:59:24 -0400 Message-ID: <559FDDC7.5020000@ti.com> Date: Fri, 10 Jul 2015 20:29:19 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: CC: , , , , Subject: Re: [PATCH 1/5] usb: dwc3: ep0: use _roundup_ to calculate the transfer size References: <1433927932-32395-1-git-send-email-kishon@ti.com> <1433927932-32395-2-git-send-email-kishon@ti.com> <20150706190003.GM20779@saruman.tx.rr.com> In-Reply-To: <20150706190003.GM20779@saruman.tx.rr.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Felipe, On Tuesday 07 July 2015 12:30 AM, Felipe Balbi wrote: > On Wed, Jun 10, 2015 at 02:48:48PM +0530, Kishon Vijay Abraham I wrote: >> No functional change. Used _roundup_ macro to calculate the transfer >> size aligned to maxpacket in dwc3_ep0_complete_data. It also makes it >> similar to how transfer size is calculated in __dwc3_ep0_do_control_data. >> >> Signed-off-by: Kishon Vijay Abraham I > > doesn't apply, can you rebase on testing/next ? sure, will send it by early next week. Thanks Kishon