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 365AFC001B0 for ; Thu, 10 Aug 2023 06:23:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232593AbjHJGX6 (ORCPT ); Thu, 10 Aug 2023 02:23:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230433AbjHJGXz (ORCPT ); Thu, 10 Aug 2023 02:23:55 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 76308E3; Wed, 9 Aug 2023 23:23:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7F8EE8105; Thu, 10 Aug 2023 06:23:53 +0000 (UTC) Date: Thu, 10 Aug 2023 09:23:52 +0300 From: Tony Lindgren To: Dhruva Gole Cc: linux-omap@vger.kernel.org, Greg Kroah-Hartman , Keerthy , Kevin Hilman , Nishanth Menon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] bus: ti-sysc: Fix a build warning with W=1 for sysconfig Message-ID: <20230810062352.GH11676@atomide.com> References: <20230809095633.34025-1-tony@atomide.com> <20230809101101.7pbe7fhrlfcblcqk@dhruva> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230809101101.7pbe7fhrlfcblcqk@dhruva> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dhruva Gole [230809 10:11]: > Probably best to include a Fixes: commit no? Nah, it's a comment fix for W=1 warning for a driver private data struct :) No need to have it applied in stable kernels as far as I can tell. Regards, Tony