Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1119847pxj; Thu, 17 Jun 2021 23:20:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzKXs5t2HXDEPr/PxH494EkSWFSs2kkR/yYc4j3BTTEZYHaSjuhdaEBmx4jji5RLFSrLYtH X-Received: by 2002:a05:6402:278c:: with SMTP id b12mr604885ede.80.1623997257058; Thu, 17 Jun 2021 23:20:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623997257; cv=none; d=google.com; s=arc-20160816; b=EPTQTb/7qqdPcPpma+WMTwgQQr+4g6Vei9FlE58GREsjbmkhKZ2oTi9iXXRZ8B4XCh TUu16UAZ/GBZ4+1XyW5XO5qnvD3LVta2+ZntVLdg3eT6Lwq49AsUgd6v8ivA4ZZvB7DR /PUVrKaEfWsgwWo8A30IgD1bZ6cDAsn8t26pCXLbaFr6Ez25C0ehzJi1KbC5NgVQfruU evijRKXWSYLuk/aS2F98Ley2AzNbg8R/xXq1Fq/8kFYaFbeeoWUIL+8f7YLKlrkCQ0vs OeXkkpOW1HI3ehwDM1B8ieoZldAWVpD6U4NH9vxRHPIneev3BvwtGCZSLm7jhYMlTd8Z W5fQ== 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=AInmWIBXKbjPquLOnTph0dzPHZpUt0eGf/gIYif4fF4=; b=hWeEs55MXMWuPb3oAvj98qkntXtedJbHaWVYD6fmLuUbSVqje05eEWE4Fdn62EUDDl ssOt2rD8cuZtRNXKxacRNxsyrCIV805sXGOVoaJS1qZSPP/R+3JpX6jqiPlEU2j1q6xQ 7XjNc8zBXU/3pGwdUSxpnSKCJmDkZ5m4sVD3fR1w7/VlVieB77ChwSp3UdNcX94PLaKm VZreGUGGQrJWWD4Ktj7Wb0eJPfTwFJQ+39jsbG1o04zYJdVEerEv6AK7MKWqGzOwo5ZI bIH3TTbvrxC88ZOkAxBe/D2w5tWUxxxSt4yFb+djMPMTLTi8xjpiP/5Tfhlr6TLhD/oY ZBzw== 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 dn21si7825304edb.483.2021.06.17.23.20.34; Thu, 17 Jun 2021 23:20:57 -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 S232392AbhFRE0E (ORCPT + 99 others); Fri, 18 Jun 2021 00:26:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231894AbhFREZM (ORCPT ); Fri, 18 Jun 2021 00:25:12 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 445E3C0617A8 for ; Thu, 17 Jun 2021 21:23:03 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4G5m4N62hdz9sWk; Fri, 18 Jun 2021 14:23:00 +1000 (AEST) From: Michael Ellerman To: Finn Thain , Paul Mackerras , Michael Ellerman , Benjamin Herrenschmidt Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: References: Subject: Re: [PATCH v2] powerpc/tau: Remove superfluous parameter in alloc_workqueue() call Message-Id: <162398829913.1363949.18107899985945378048.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:51:39 +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 Fri, 11 Jun 2021 17:58:27 +1000, Finn Thain wrote: > This avoids an (optional) compiler warning: > > arch/powerpc/kernel/tau_6xx.c: In function 'TAU_init': > arch/powerpc/kernel/tau_6xx.c:204:30: error: too many arguments for format [-Werror=format-extra-args] > tau_workq = alloc_workqueue("tau", WQ_UNBOUND, 1, 0); Applied to powerpc/next. [1/1] powerpc/tau: Remove superfluous parameter in alloc_workqueue() call https://git.kernel.org/powerpc/c/ddf4a7bcd09439e82c4d6f959f4ff6c53f07466f cheers