Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1118808pxj; Thu, 17 Jun 2021 23:19:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyyFCz0814AzcsFsPVu6tdWpmfm+wgG8Uh5VZVhKpJMtUV+/08My1rgLkMq75Sx6XKrtJuo X-Received: by 2002:a05:6402:1776:: with SMTP id da22mr2727217edb.133.1623997147017; Thu, 17 Jun 2021 23:19:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623997147; cv=none; d=google.com; s=arc-20160816; b=FGMZlwZU+XL+cNu2Fngxl4UiDz2rqCork/QaETiFsONR8G6gmAYlajGEEjvyfzjZw4 Dmevbb31etFbmHLhHJiCb3s9RPVsUnJEWV0wO/O0KwZfjxm4TrJCywTNO4P8ta/fW+Ck dq2lPouZnJY8mVn3+9aJAtMwjc9W4Q503Ak3m0uMiqaAGdkc4qbuGxzoHboBMFUr+rNm pUUYIVDvteOq7ljZpMa0ZPuvaC1Kzys99vZkl82HHstDrqE1T1Eu6DalflWeEiw/cfz7 F1k26F3XCwBv6CLov56GuF7KVOVQbH2S8pDzHT7LxjcppPrNgzELDPV4dswRBpq8eMay PtCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=VdSMXLcHXxPnssuonV1uQ0GWyQvEJPgXtx/sSeXkHR8=; b=qpceS5Ze3jFnakkz2DMaoxXxm9JRdiZo5hcwJXn7SWTVlIlzkW9TMW21k8Al3HrLFn 25SmGc0TDOlFVfJPmQIDQGhsgZwIlZG0iA3mkAuWEzWBdhzfyJeqLtti74pC5FbzpusL kGQTG4EBjsiAC1oDxZWw/izm8UkJViVmOzO0RILblQH+vTxrxlXQ2pfLJtG0p1if16DO Zd4zKqyckunM4Kzf039x+CS7Y59+XVYj5s/H9z4jvDlaLPwbryI5zmSrId3T4+wn+WyK Qq5gaE8U4jntluOLNX+ErgcdjuXjQlDTiOIekcwA9veRPhKPp03wadXYc0yzodwbk03z hQQw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 hy2si1479327ejc.26.2021.06.17.23.18.44; Thu, 17 Jun 2021 23:19:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231831AbhFRE0Q (ORCPT + 99 others); Fri, 18 Jun 2021 00:26:16 -0400 Received: from ozlabs.org ([203.11.71.1]:34195 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231985AbhFREZO (ORCPT ); Fri, 18 Jun 2021 00:25:14 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4G5m4T20v6z9t14; Fri, 18 Jun 2021 14:23:05 +1000 (AEST) From: Michael Ellerman To: paulus@samba.org, trix@redhat.com, mpe@ellerman.id.au, benh@kernel.crashing.org, agust@denx.de Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <20210601190200.2637776-1-trix@redhat.com> References: <20210601190200.2637776-1-trix@redhat.com> Subject: Re: [PATCH] powerpc: 52xx: add fallthrough in mpc52xx_wdt_ioctl() Message-Id: <162398828853.1363949.2617045934377270438.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:51:28 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 1 Jun 2021 12:02:00 -0700, trix@redhat.com wrote: > With gcc 10.3, there is this compiler error > compiler.h:56:26: error: this statement may > fall through [-Werror=implicit-fallthrough=] > > mpc52xx_gpt.c:586:2: note: here > 586 | case WDIOC_GETTIMEOUT: > | ^~~~ > > [...] Applied to powerpc/next. [1/1] powerpc: 52xx: add fallthrough in mpc52xx_wdt_ioctl() https://git.kernel.org/powerpc/c/b629f6c0ab8668a186fda2627296d0cbcc45a368 cheers