Re: macintosh: change some data types from int to bool
From: Michael Ellerman <hidden>
Date: 2018-01-29 04:13:56
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2018-01-29 04:13:56
Also in:
lkml
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 <mpe@ellerman.id.au> Signed-off-by: Gustavo A. R. Silva <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/4f256d561447c6e1bf8b70e19daae0 cheers