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 5AFEDC28D13 for ; Fri, 19 Aug 2022 22:34:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238516AbiHSWd6 (ORCPT ); Fri, 19 Aug 2022 18:33:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230062AbiHSWd4 (ORCPT ); Fri, 19 Aug 2022 18:33:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F23C2F3A9 for ; Fri, 19 Aug 2022 15:33:55 -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 ams.source.kernel.org (Postfix) with ESMTPS id 35CCEB8296B for ; Fri, 19 Aug 2022 22:33:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 706D0C433D7; Fri, 19 Aug 2022 22:33:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660948432; bh=DEFl2nG7x6eQoIjCBqhhNmfAM8XA856gMSjkzrOzPI4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HGgEsGZ9Ai42LoKqqSxumJNqOeC+11HpQi/IHAqYU5wDGzuVvrsjXe/ieqxrtlawZ Bq1l7AwoLejGYlXSAiqYiftE9beAvQBpsifwHgAicCED5JBV0MAb3TN4LXgTS+8RC8 KG9FxzHO6TuK3ImQBFeQY3K51NLO5jetOTymsjX8+GgMvYMjLICvWhTUknQM8gkbmK Ayin6ty8lkN4n4EsoW8rJZLT1Mi7hYNavVwLwRljXaB/2NIiKCb7rbgqdBjhS6j78k 53GDIVkzBSQrVAkiDiSOmmDwcpxvRU79ceLA5XaxDaLB6ycVRblfdkhalEAPVfqNJt MKQlh/n5CLhnw== Date: Fri, 19 Aug 2022 15:33:51 -0700 From: Jakub Kicinski To: "Kumar, M Chetan" Cc: Ilpo =?UTF-8?B?SsOkcnZpbmVu?= , m.chetan.kumar@intel.com, Netdev , davem@davemloft.net, johannes@sipsolutions.net, ryazanov.s.a@gmail.com, loic.poulain@linaro.org, krishna.c.sudi@intel.com, linuxwwan@intel.com, Haijun Liu , Madhusmita Sahu , Ricardo Martinez , Devegowda Chandrashekar Subject: Re: [PATCH net-next 2/5] net: wwan: t7xx: Infrastructure for early port configuration Message-ID: <20220819153351.228ea04e@kernel.org> In-Reply-To: <4c5dbea0-52a9-1c3d-7547-00ea54c90550@linux.intel.com> References: <20220816042340.2416941-1-m.chetan.kumar@intel.com> <5a74770-94d3-f690-4aa1-59cdbbb29339@linux.intel.com> <1ff95a2c-c648-aea2-be23-0d4bf8a9b3d7@linux.intel.com> <63bdb859-eda-5488-60b8-fc305ea39f31@linux.intel.com> <4c5dbea0-52a9-1c3d-7547-00ea54c90550@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 19 Aug 2022 14:56:25 +0530 Kumar, M Chetan wrote: > >> Prototype is added in header file. Patch4 is using this func. > > > > Thus, put those two changes (proto + static removal) into patch 4. > > Patch is merged. > Please help to get it revert so that we could address review comments > and post v2 series. Done! Normally I'd post the revert patch publicly but the build bot has been murdered by all the giant series from yesterday so what's the point :/