Received: by 10.223.176.5 with SMTP id f5csp2413759wra; Sun, 28 Jan 2018 20:15:49 -0800 (PST) X-Google-Smtp-Source: AH8x227HyzwTgZSNpZ0M73O1+EwjDESf6FgZyecd7GGRmAvJWQCkdlMn7H/TaScSswS3irY+h94a X-Received: by 10.98.59.80 with SMTP id i77mr25928690pfa.146.1517199348898; Sun, 28 Jan 2018 20:15:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517199348; cv=none; d=google.com; s=arc-20160816; b=oSBE/p2/1VdTO/GPmcFtpqoIfxByeOXpYLas1VWmluJT3VehV8UtNlWaQkMvhBrSEm FYRbJA3LC7RzFQDnhlQgT4jhJQNndp10ZonNM6sO/HJJCBhSWxcogYjqwq8EgYoveRIz TApoa3VJI+xKnik5x+zoUWeq1YShXZj+g5AuGA+qHMdI6JXYvuBEfxE+jeZk6iNDmYOK fNaz7zJo2nSidWoiVfGVKu61NHsraN//3t8xDN5VioYxxgyK3WDxlI8gBNBtDpROkbKq 7IAbpBAAn/VmYLs9O6xkeBiL8V7Ni0srNQBteNnwvJsVzPDwG02uExXxj2myPOltTdln hJ2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=F0PpKPosNYx2/RpVA6fY/0auAvkgk/iAO9bCn791M3g=; b=BTW348EhF8XaQUYeXkCKWCoRbMj9E9+YT4yYvkt0bI1SUVClcGCEIZz929Cu7RmSJD VDBngvC72IN29i9iBRpOGC/zCIXN4vv0JesfKr20o6qUoLw5qkSaA6IFQycN7JJVRqSU I+DspNezxBzQKMohJxP9QJqUQ8PMY5fY5fICIC/sa+4wqqJXy6Uf8c7SuqRT57OSgoDw ttdydyMMIdoD5NMMvlcDGAiHWd6x6EWZo36/B37+kIatoIQEkx2t/bnGp2Sudkkhgtjy mpwmxcOcFOJDkkBh5ohlIcdLhrvh6ymwzMpLhJeIzD7whFLKVK1lPPcVT5mLuaa8Cnef gRiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y20si24878pgv.723.2018.01.28.20.15.34; Sun, 28 Jan 2018 20:15:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751532AbeA2EN4 (ORCPT + 99 others); Sun, 28 Jan 2018 23:13:56 -0500 Received: from ozlabs.org ([103.22.144.67]:60743 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbeA2ENw (ORCPT ); Sun, 28 Jan 2018 23:13:52 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 3zVGNG6B8Hz9t5Y; Mon, 29 Jan 2018 15:13:50 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 4f256d561447c6e1bf8b70e19daae08da4279f1c In-Reply-To: <20180124014228.GA26899@embeddedgus> To: "Gustavo A. R. Silva" , Colin Leroy , Benjamin Herrenschmidt From: Michael Ellerman Cc: "Gustavo A. R. Silva" , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: macintosh: change some data types from int to bool Message-Id: <3zVGNG6B8Hz9t5Y@ozlabs.org> Date: Mon, 29 Jan 2018 15:13:50 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2018-01-24 at 01:42:28 UTC, "Gustavo A. R. Silva" wrote: > Change the data type of the following variables from int to bool > across all macintosh drivers: > > started > slots_started > pm121_started > wf_smu_started > > Some of these issues were detected with the help of Coccinelle. > > Suggested-by: Michael Ellerman > Signed-off-by: Gustavo A. R. Silva Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/4f256d561447c6e1bf8b70e19daae0 cheers