From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7CA61C67871 for ; Tue, 17 Jan 2023 19:40:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234162AbjAQTir (ORCPT ); Tue, 17 Jan 2023 14:38:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235397AbjAQTfB (ORCPT ); Tue, 17 Jan 2023 14:35:01 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FF8638002 for ; Tue, 17 Jan 2023 10:39:09 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EB01CB819C5 for ; Tue, 17 Jan 2023 18:39:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A23FC433D2; Tue, 17 Jan 2023 18:39:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673980746; bh=vM2fqHktL0s7+JaqK1Vmzmomp2n2N/6TF7pZeT0CVy8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Go7Tgsc9fvKPhQV3ISeb9wf27R/HrBG7OyXZiIYs+WoaiHmZaJOIozYkvjp9o+dJb MtQrBcJU0IBs3tdMTWyaB5ishvDTLxVn67fOpFQAkPwoVwPvFD/B8bA6hV0M5usoe/ VcHDT8f/QYQ9VCZiCFQtbp9kOInkjDt1aoEogMdk= Date: Tue, 17 Jan 2023 19:38:28 +0100 From: Greg Kroah-Hartman To: Martin Kaiser Cc: Larry Finger , Phillip Potter , Michael Straube , Pavel Skripkin , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 18/20] staging: r8188eu: pass struct adapter to usb_write Message-ID: References: <20230111195640.306748-1-martin@kaiser.cx> <20230111195640.306748-19-martin@kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230111195640.306748-19-martin@kaiser.cx> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 11, 2023 at 08:56:38PM +0100, Martin Kaiser wrote: > The usb_write function takes a struct intf_hdl only to extract the struct > adapter from it. We can pass struct adapter directly. > > Signed-off-by: Martin Kaiser > --- > drivers/staging/r8188eu/hal/usb_ops_linux.c | 15 +++++---------- > 1 file changed, 5 insertions(+), 10 deletions(-) This commit did not apply to my tree so I stopped here in the series. Please rebase and resubmit the remaining ones. thanks, greg k-h