CC: [email protected]
CC: Intel Wired LAN <[email protected]>
TO: Shiraz Saleem <[email protected]>
CC: Jeff Kirsher <[email protected]>
CC: Doug Ledford <[email protected]>
CC: Jason Gunthorpe <[email protected]>
CC: Mustafa Ismail <[email protected]>
CC: [email protected]
CC: [email protected]

From: kbuild test robot <[email protected]>

drivers/infiniband/hw/irdma/irdma_if.c:138:56-61: WARNING: conversion to bool 
not needed here

 Remove unneeded conversion to bool

Semantic patch information:
 Relational and logical operators evaluate to bool,
 explicit conversion is overly verbose and unneeded.

Generated by: scripts/coccinelle/misc/boolconv.cocci

Fixes: f473122f41f6 ("RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw")
CC: Shiraz Saleem <[email protected]>
Signed-off-by: kbuild test robot <[email protected]>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git 
rdma
head:   4d75d9adac8df983bc733b92711683a7cd7ddd40
commit: f473122f41f69394e29a834fbfcd569dcdd1d879 [24/25] RDMA/irdma: Add irdma 
Kconfig/Makefile and remove i40iw
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago

Please take the patch only if it's a positive warning. Thanks!

 irdma_if.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/infiniband/hw/irdma/irdma_if.c
+++ b/drivers/infiniband/hw/irdma/irdma_if.c
@@ -135,7 +135,7 @@ static void irdma_event_handler(struct i
 
                l2params.tc_changed = true;
                dev_dbg(rfdev_to_dev(&iwdev->rf->sc_dev), "CLNT: TC Change\n");
-               iwdev->dcb = event->info.port_qos.num_tc > 1 ? true : false;
+               iwdev->dcb = event->info.port_qos.num_tc > 1;
 
                for (i = 0; i < IIDC_MAX_USER_PRIORITY; ++i)
                        l2params.up2tc[i] = event->info.port_qos.up2tc[i];
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to