Re: [PATCH] i2c: busses: remove unneeded conversion to bool

From: Jason Yan
Date: Sun Apr 26 2020 - 04:44:21 EST




å 2020/4/26 16:16, Wolfram Sang åé:
On Mon, Apr 20, 2020 at 12:28:16PM +0800, Jason Yan wrote:
The '>' expression itself is bool, no need to convert it to bool again.
This fixes the following coccicheck warning:

drivers/i2c/busses/i2c-qup.c:960:48-53: WARNING: conversion to bool not needed here
drivers/i2c/busses/i2c-qup.c:962:47-52: WARNING: conversion to bool not needed here
drivers/i2c/busses/i2c-qup.c:1531:29-34: WARNING: conversion to bool not needed here
drivers/i2c/busses/i2c-qup.c:1533:29-34: WARNING: conversion to bool not needed here

Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx>

Applied to for-next, thanks! But please fix $subject to have the driver
name "qup" next time.


OK, get it.

Thanks,
Jason