Re: [PATCH] OMAPDSS: DISPC: Remove boolean comparisons
From: Tomi Valkeinen <hidden>
Date: 2015-11-24 11:35:55
Also in:
linux-omap, lkml
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Tomi Valkeinen <hidden>
Date: 2015-11-24 11:35:55
Also in:
linux-omap, lkml
On 15/10/15 15:29, Luis de Bethencourt wrote:
Boolean tests do not need explicit comparison to true or false. Signed-off-by: Luis de Bethencourt <redacted> --- drivers/video/fbdev/omap2/dss/dispc-compat.c | 6 +++--- drivers/video/fbdev/omap2/dss/dispc.c | 6 +++--- drivers/video/fbdev/omap2/dss/manager.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-)
Thanks, queued for 4.5. Tomi