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 AF9BCC25B6B for ; Thu, 26 Oct 2023 12:06:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230497AbjJZMGX (ORCPT ); Thu, 26 Oct 2023 08:06:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229980AbjJZMGU (ORCPT ); Thu, 26 Oct 2023 08:06:20 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1ED791 for ; Thu, 26 Oct 2023 05:06:18 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CCB9C433C7; Thu, 26 Oct 2023 12:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698321978; bh=oc+8EGwJv3pFq0lsAUehXOOja+Aoub3w/XTW0b6Dd38=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rsvy5vG0ErV1wrfzcjw6mAofeCRe+mbpXmA8qBiOCleMI2KKJ4cdG9omV3WBlIITV Vvupg95Aa61o9AXHs+uqLxU46i0fJdYszKN21iql5ctj5LD/TwckfAgz3x8CJittkP DpK2qfzN180fOYIbiUsSnk8h/0ZUqIaBAWKwaK8ibsASULkVstKMYLHV0DBMrY5+6h 7TVTx2CCxYQlfsC0SwJ59wepPCMZ88kGvzuRquRbqRajDf4GrfkU/3NDIII21HxQbQ NPvCq1sRj141iq6fUUfmvlfoplgUaBe5TThXGAHw/B6+VtrSLUNA1+G1k179d2cQ9/ dahI1qHO4xC7w== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qvz8L-0003FY-0B; Thu, 26 Oct 2023 14:06:41 +0200 Date: Thu, 26 Oct 2023 14:06:41 +0200 From: Johan Hovold To: "Puliang Lu(Puliang)" Cc: "gregkh@linuxfoundation.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] USB: serial: option: add Fibocom to DELL custom modem FM101R-GL Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 26, 2023 at 11:44:37AM +0000, Puliang Lu(Puliang) wrote: > On Tue, 24 Oct 2023 09:24:20 +0200, Johan Hovold wrote: > > > No, this patch is already in Linus's tree so that's not possible. But > > please do send a follow-up incremental fix. > Thank you for your reply. > We have decided not to address this issue because it does not > affect the operation of modem. No, that's not the way things work. Please do send an incremental fix so that this is corrected. Otherwise I'll just revert your patch. Johan