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 430B9C0015E for ; Wed, 9 Aug 2023 09:55:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229884AbjHIJz0 (ORCPT ); Wed, 9 Aug 2023 05:55:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbjHIJzZ (ORCPT ); Wed, 9 Aug 2023 05:55:25 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BC22C1FCA; Wed, 9 Aug 2023 02:55:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0F0538105; Wed, 9 Aug 2023 09:55:24 +0000 (UTC) Date: Wed, 9 Aug 2023 12:55:22 +0300 From: Tony Lindgren To: Dhruva Gole Cc: linux-omap@vger.kernel.org, Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Keerthy , Kevin Hilman , Nishanth Menon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/3] bus: ti-sysc: Fix build warning for 64-bit build Message-ID: <20230809095522.GG11676@atomide.com> References: <20230809092722.11000-1-tony@atomide.com> <20230809094059.7dzf7kihenxoor47@dhruva> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230809094059.7dzf7kihenxoor47@dhruva> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dhruva Gole [230809 09:41]: > Maybe something unrelated to this patch, but the driver has some minor > warning when built with W=1: > > make W=1 ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- drivers/bus/ti-sysc.o > > drivers/bus/ti-sysc.c:156: warning: Function parameter or member 'sysconfig' not described in 'sysc' Thanks yes it's unrelated, looks like sysconfig is not documented. I'll send a patch for that separately. Regards, Tony