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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39DF6C433F5 for ; Tue, 21 Sep 2021 14:30:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 190C860F9E for ; Tue, 21 Sep 2021 14:30:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233569AbhIUOcQ (ORCPT ); Tue, 21 Sep 2021 10:32:16 -0400 Received: from smtprelay0101.hostedemail.com ([216.40.44.101]:43226 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S233519AbhIUOcP (ORCPT ); Tue, 21 Sep 2021 10:32:15 -0400 Received: from omf13.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id BCA2C100E8946; Tue, 21 Sep 2021 14:30:45 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf13.hostedemail.com (Postfix) with ESMTPA id AA8351124F5; Tue, 21 Sep 2021 14:30:44 +0000 (UTC) Message-ID: <5662a5175932e46febd024cadc4bece443aa92c0.camel@perches.com> Subject: Re: [PATCH 5.10 116/122] bnxt_en: Convert to use netif_level() helpers. From: Joe Perches To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, Michael Chan , Jakub Kicinski , Sasha Levin Date: Tue, 21 Sep 2021 07:30:42 -0700 In-Reply-To: <20210920163919.617145875@linuxfoundation.org> References: <20210920163915.757887582@linuxfoundation.org> <20210920163919.617145875@linuxfoundation.org> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.40.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Server: rspamout04 X-Rspamd-Queue-Id: AA8351124F5 X-Stat-Signature: 47r6m7tm9am138y3xbpp3f45rm4djjie X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18jqXDlEvVf6U35T89H8Lq60N1TvQBK/p0= X-HE-Tag: 1632234644-269152 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2021-09-20 at 18:44 +0200, Greg Kroah-Hartman wrote: > From: Michael Chan > > [ Upstream commit 871127e6ab0d6abb904cec81fc022baf6953be1f ] > > Use the various netif_level() helpers to simplify the C code. This was > suggested by Joe Perches. There isn't an actual change here. Unless this is a precursor to another patch, this isn't anything that should go into stable.