Re: [PATCH] mmc: host: atmel-mci: assign false/true to bool variable

2019-09-22 Thread Saiyam Doshi
On Wed, Sep 18, 2019 at 08:01:12PM +0200, Alexandre Belloni wrote: > More useful than information than info on semantic patching, it would be > good to have info on why you feel this is necessary. Sure, will update the changelog and resend.

Re: [PATCH] mmc: host: atmel-mci: assign false/true to bool variable

2019-09-18 Thread Alexandre Belloni
Hello, On 18/09/2019 22:58:23+0530, Saiyam Doshi wrote: > Use false/true instead of 0/1 in bool variable assignment. > > This fixes below coccicheck warning. > "WARNING: Assignment of 0/1 to bool variable" > > Generated by: scripts/coccinelle/misc/boolinit.cocci > > More information about

[PATCH] mmc: host: atmel-mci: assign false/true to bool variable

2019-09-18 Thread Saiyam Doshi
Use false/true instead of 0/1 in bool variable assignment. This fixes below coccicheck warning. "WARNING: Assignment of 0/1 to bool variable" Generated by: scripts/coccinelle/misc/boolinit.cocci More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: