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 E3821C433FE for ; Mon, 14 Nov 2022 11:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229994AbiKNLGv (ORCPT ); Mon, 14 Nov 2022 06:06:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234295AbiKNLGt (ORCPT ); Mon, 14 Nov 2022 06:06:49 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A94F1EEEF for ; Mon, 14 Nov 2022 03:06:48 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 26FFD60FEA for ; Mon, 14 Nov 2022 11:06:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4180EC433D6; Mon, 14 Nov 2022 11:06:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668424007; bh=yTs1DCbQpEvpaSb6sIJyiPtJFp9Rg25/Yh3uUpgx1XI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dKycaxqduGNwzsSLmTvqET4IOT9OVkFhkKIGE49Pkxo05E1a3uxAU3OIwtD5IvxhI LgzHHmbgiwYDTpD4YqUn2yKaw1gFOZgxyI9i4/I6O3edYpMlr3qOMR/Sq1dgmsv1pp FNyY9Xx+Jv7P75MvGubDK2AZgZD6rjbh8Ph1JMOYH+8BL1IZbmqVzhTJWa7HLtnu5P FpMHRG7cxvBEMWrYkeOUyQKDeZx3O/IpVYr9UZEh3Vk2Encp/Ur58TlaKjof9SkE9p 8BXpUSonV2j1M9uhcbqS40AuJuewICRmIEwGWibCO7rsSXhtS0a+OWrNOo34vpmk7F lIHY0uSMaVrxQ== Date: Mon, 14 Nov 2022 11:06:42 +0000 From: Lee Jones To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , "Rafael J. Wysocki" , Greg Kroah-Hartman , kernel test robot Subject: Re: [PATCH v1 1/1] mfd: vexpress-sysreg: Fix resource compound literal assignments Message-ID: References: <20221113191027.2327-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221113191027.2327-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 13 Nov 2022, Andy Shevchenko wrote: > Since DEFINE_RES_*() macros were converted to provide a compound literal > the user doesn't need to repeat it. Moreover, it may not be compiled. > > Fixes: 9c973ce7f9cf ("resource: Convert DEFINE_RES_NAMED() to be compound literal") > Reported-by: kernel test robot > Signed-off-by: Andy Shevchenko > --- > > Should go via Greg's tree where ioport.h has been changed. I'm fine with it if Greg is: Acked-by: Lee Jones > drivers/mfd/vexpress-sysreg.c | 16 ++++------------ > 1 file changed, 4 insertions(+), 12 deletions(-) -- Lee Jones [李琼斯]