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 DEE34C433EF for ; Mon, 11 Jul 2022 10:42:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229976AbiGKKmT (ORCPT ); Mon, 11 Jul 2022 06:42:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229769AbiGKKmB (ORCPT ); Mon, 11 Jul 2022 06:42:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CE52E5874; Mon, 11 Jul 2022 02:50:21 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 495C961148; Mon, 11 Jul 2022 09:50:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA3B4C34115; Mon, 11 Jul 2022 09:50:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657533019; bh=ipGmIvH3yu0xGgpFv83Zks8PEQWUrNox9nI8DbA7GIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eKSXXOQSCKDSE24wHTkqy9P1+mJnksZfUmzIK3lT/0cg3Lqt9AZ3cQkOEmGLERj1X EpizOBdk0yTGu/n0n4HU5aVb79Seiqjr7XlYMsRyV33Ox9Qilg1YRO4V+N5cbO3HnF REXCRoyXg99FDqlzbZWTKpSMszgsaoTqOjhuh1eIaBfBtHeJc1Ny1hlHpY6h5AizDS TicFFkboBjSltMVEdBfEOBGgTmj2URhHOj0w3aXVtDkkKZYYaLiZ9rxIzrCG9SgOcb c8V7PLY6GnQwkhyTA3bAsNLEpOw4KiuStiSwX8HzA7UpYKhmNaP1gScPgI0MyUUYW5 QYct7Wwi7F5ag== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oAq3Y-0006nB-PS; Mon, 11 Jul 2022 11:50:20 +0200 Date: Mon, 11 Jul 2022 11:50:20 +0200 From: Johan Hovold To: Mauro Carvalho Chehab , Hans Verkuil Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] media: flexcop-usb: probe cleanups Message-ID: References: <20220609142605.23620-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220609142605.23620-1-johan@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 09, 2022 at 04:26:02PM +0200, Johan Hovold wrote: > This series cleans up the probe helper functions a bit to make the code > more readable. > > Note that these apply on top of the fix posted here: > > https://lore.kernel.org/all/20220609135341.19941-1-johan@kernel.org/ > Johan Hovold (3): > media: flexcop-usb: clean up endpoint sanity checks > media: flexcop-usb: clean up URB initialisation > media: flexcop-usb: use usb_endpoint_maxp() I haven't received any notification about this series being added to any tree and the status is still set to "NEW" in the patch tracker so sending a reminder. > drivers/media/usb/b2c2/flexcop-usb.c | 22 ++++++++++++++-------- > 1 file changed, 14 insertions(+), 8 deletions(-) Johan