From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zVGNH4TTNzDqnd for ; Mon, 29 Jan 2018 15:13:51 +1100 (AEDT) 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) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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