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 8571EC83F01 for ; Thu, 31 Aug 2023 10:52:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235964AbjHaKwb (ORCPT ); Thu, 31 Aug 2023 06:52:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243350AbjHaKwa (ORCPT ); Thu, 31 Aug 2023 06:52:30 -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 B9D75E4A for ; Thu, 31 Aug 2023 03:52:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4EF256274F for ; Thu, 31 Aug 2023 10:52:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5ECA9C433C8; Thu, 31 Aug 2023 10:52:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693479126; bh=8ubKIbhzJ2rliJUfUMd3c/irypN/ytdCYNpjqGAqQd8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LTWBG4AOZgc/84TfLFGDlT8dsCnMlqdklfTOZ/Exv6JIPaNkO0vvoEyYEdkintV3K o1/68TqVkqix9mgTnuPvObfq+ipjTAS9RhcZM6s1KGqgI+imcgGppgXkqEWqJTdokt 5xTn+Luoj37fId0Cx74PDZGFYcez3mx3dZR0lFEk= Date: Thu, 31 Aug 2023 12:52:04 +0200 From: Greg KH To: Joakim Tjernlund Cc: "stable@vger.kernel.org" , Mario Limonciello Subject: Re: 6.1.50 misbackport ? Message-ID: <2023083149-utilize-voucher-5a05@gregkh> References: <28b5d0accce90bedf2f75d65290c5a1302225f0f.camel@infinera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28b5d0accce90bedf2f75d65290c5a1302225f0f.camel@infinera.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Aug 30, 2023 at 02:34:36PM +0000, Joakim Tjernlund wrote: > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.1.y&id=f016326d31d010433b2a1a08a4856c214ae829eb > > has: > - tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); > + ret = tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); > + return ret; > feels like an if stmt is missing here ? Yes, it is. Can you send a fix for this please? thanks, greg k-h