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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C4AFEC4332F for ; Mon, 14 Nov 2022 09:03:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9G5xv279uosl0c4brEdBrhgWlOwZp5eMsljcXOB4Kaw=; b=iwy5zMgyVKYk4m oBD8Szs+ZCjfI13UY7YKhWQCtpLsrWY8Ds4oIqixvY7owpDoIPw6zJKjgfpaRC6GNE1jwkOjRKs2k xhgZak1g7assMVpBAX5vNKAgxwC0StGgHCFPZu34RGICSsMm0HwFQk14nwIFlX917Pe4nWxWKxQuJ w3fknWvsJVFAe9triyc5EKKOLrB+dAgfudDQUeLz3homqK8pkTURKwg0R3u9Nr5DdWS0CllhxuJS7 wU6JDofm0ifr62gUehXQ+poP6mnZTAHbWxvWKvPrQMw+Rh+6XM3I8Xzgk/jY6NbbkMGA1dWBbdTLy JtJ7OiTXVkOmP7H1wF3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouVM3-00H1Gx-G6; Mon, 14 Nov 2022 09:02:11 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouVM0-00H1FE-Uh for linux-arm-kernel@lists.infradead.org; Mon, 14 Nov 2022 09:02:10 +0000 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 ams.source.kernel.org (Postfix) with ESMTPS id 2760EB80D41; Mon, 14 Nov 2022 09:02:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D153C433D6; Mon, 14 Nov 2022 09:02:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668416525; bh=CXZ0/2nhiYqIGqu1mR9DOErXugt1W7PJgF1lQ8bJ27s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0CoZGT12x+2pRIBqktpQRQZ6Rp1p4jL+zSzQSqB4bzYGRCrjHRmrh4hFFqAsFOLS0 TmkUA1XGHjmEHRJrMQdhjc8kpmZ38w767Y2f43EqtMZ1TlmUPJ8AoXKmNxNUm1ZFs3 L57jIt0ki1v/mROYjlTYhbsD9XupqgZDwFVsSci0= Date: Mon, 14 Nov 2022 10:02:02 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lee Jones , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , "Rafael J. Wysocki" , 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-Disposition: inline In-Reply-To: <20221113191027.2327-1-andriy.shevchenko@linux.intel.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221114_010209_149170_83449FC8 X-CRM114-Status: GOOD ( 10.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Nov 13, 2022 at 09:10:27PM +0200, 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") Wrong git id, I have no idea where that came from :( I'll go fix this up... greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 C1076C4332F for ; Mon, 14 Nov 2022 09:02:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236685AbiKNJCK (ORCPT ); Mon, 14 Nov 2022 04:02:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236669AbiKNJCH (ORCPT ); Mon, 14 Nov 2022 04:02:07 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C95625FFE for ; Mon, 14 Nov 2022 01:02:06 -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 63ED360F43 for ; Mon, 14 Nov 2022 09:02:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D153C433D6; Mon, 14 Nov 2022 09:02:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668416525; bh=CXZ0/2nhiYqIGqu1mR9DOErXugt1W7PJgF1lQ8bJ27s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0CoZGT12x+2pRIBqktpQRQZ6Rp1p4jL+zSzQSqB4bzYGRCrjHRmrh4hFFqAsFOLS0 TmkUA1XGHjmEHRJrMQdhjc8kpmZ38w767Y2f43EqtMZ1TlmUPJ8AoXKmNxNUm1ZFs3 L57jIt0ki1v/mROYjlTYhbsD9XupqgZDwFVsSci0= Date: Mon, 14 Nov 2022 10:02:02 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lee Jones , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , "Rafael J. Wysocki" , 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=us-ascii Content-Disposition: inline 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, Nov 13, 2022 at 09:10:27PM +0200, 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") Wrong git id, I have no idea where that came from :( I'll go fix this up... greg k-h