[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160704081238.GQ6247@sirena.org.uk>
Date: Mon, 4 Jul 2016 10:12:38 +0200
From: Mark Brown <broonie@...nel.org>
To: Baoquan He <bhe@...hat.com>
Cc: lgirdwood@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regulator: core: Assign bool value to variable
has_full_constraints
On Mon, Jul 04, 2016 at 10:05:25AM +0800, Baoquan He wrote:
> In commit 21cf891a (regulator: Make regulator_has_full_constraints a bool)
> type of variable has_full_constraints is changed to bool, so assign 'true'
> to has_full_constraints here.
There is no need to make changes like this, C has full support for using
integers in a boolean context - using true here would've been just as
meaningful with an integer variable and using a number for a boolean
variable is fully equivalent.
Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)
Powered by blists - more mailing lists