Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp652021ybm; Thu, 28 May 2020 11:42:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzSugMzhqjWOeY2I5bg+H/KcGcr5maaMxMql/s8ox/RvjtFlN9ByojaW2RvXNCelg4u9i5g X-Received: by 2002:a17:906:160a:: with SMTP id m10mr4593894ejd.170.1590691355338; Thu, 28 May 2020 11:42:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590691355; cv=none; d=google.com; s=arc-20160816; b=oA00vKcCxCCqLD7oFjhT1tCEN0gazZ61scbF4gz+7JDjUR2J9BkXHgUjMN3Dad2iZp J6Br0HEc8zneaWDM1/itbAPftMXRs1ARL2ZdpVCLw2t3Ffau82+CeneuqQBK2qyDCw5f Q3GydUO5aohq/3J5Zgdm/wYDdl/lW/KtLMhDHDT/K1mi5KYpek60ZL8BMJkTtjkK0P/7 YJfeSkuJXkG6hsTDrRfawRpoSiUWOhTRx5esyP1KFNqqQvnAzE9kHQpJ1TnO52pXbneY F1CtTS4Je3W+7phx7YXrfDlIPvfNZ8cRUTdeWCgYySVxaxLaNDy//ys1pjNqQGiFZaa+ t/oQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=If1GhZCGipddfroHb995uGYBP+lm8kRCR1i3cCUvpdY=; b=N5KyX8N2rFh9UCi5ywVt/IVB8Du0CQ0s9XTv8eYz62avbcoEWIhb9pk2rJoiicDQe4 zKA+AO26GNxz7N3A+xubMC7wWkqQD9W2rJOJs51NrxC7Ymrh7pvbt1H19xT8o3Y2R760 K/K5N54YcbisSsw9PnNhWKX18pAtNj0qXRAiD8l7EmnIBixjpVmQRmgpL7PXVCNVzk7y fTeZiyq5MIraA/qJPXK1ZF3yw7GiuNlK1iuOoVd3xd4QdaI2r2Yr4sLzfUzW7XldxyZ6 Gk9e6In9arWq+2dCY0J4pXONaayJOtmem7XD114ezq2K3tDOezoYzjyZ22zrTdEXviLq +8bw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o7si4035552edv.286.2020.05.28.11.42.01; Thu, 28 May 2020 11:42:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405900AbgE1SjR (ORCPT + 99 others); Thu, 28 May 2020 14:39:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405896AbgE1SjP (ORCPT ); Thu, 28 May 2020 14:39:15 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16FF1C08C5C6 for ; Thu, 28 May 2020 11:39:15 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jeNQt-0006Sa-MA; Thu, 28 May 2020 20:39:11 +0200 Date: Thu, 28 May 2020 20:39:11 +0200 From: Sebastian Andrzej Siewior To: yhchuang@realtek.com Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org, tehuang@realtek.com, oliver.sang@intel.com Subject: Re: [PATCH] rtw88: 8822c: fix missing brace warning for old compilers Message-ID: <20200528183911.zbnhfdexehur4wby@linutronix.de> References: <20200522035521.12295-1-yhchuang@realtek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200522035521.12295-1-yhchuang@realtek.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2020-05-22 11:55:21 [+0800], yhchuang@realtek.com wrote: > From: Yan-Hsuan Chuang > > For older versions of gcc, the array = {0}; will cause warnings: I wouldn't say older. I have here 9.3.0 and it does create the same warning. Anyway, Acked-by: Sebastian Andrzej Siewior Sebastian