Ferruh Yigit
a99bf9516c
net/cxgbe: remove useless address check
...
reported by "gcc (GCC) 12.0.0 20211003 (experimental)":
../drivers/net/cxgbe/cxgbe_ethdev.c:
In function ‘cxgbe_dev_rx_queue_setup’:
../drivers/net/cxgbe/cxgbe_ethdev.c:682:24:
error: the comparison will always evaluate as ‘true’ for the
address of ‘fl’ will never be NULL [-Werror=address]
682 | if ((&rxq->fl) != NULL)
| ^~
Fixing it by removing useless check.
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
2021-10-06 13:22:18 +02:00
..
2021-10-06 11:20:03 +02:00
2021-09-07 17:55:23 +02:00
2021-08-17 08:37:52 +02:00
2021-08-17 08:37:52 +02:00
2021-10-08 14:58:11 +02:00
2021-10-06 13:07:11 +02:00
2021-10-08 14:58:11 +02:00
2021-09-27 22:23:25 +02:00
2021-10-08 14:58:11 +02:00
2021-10-06 13:07:11 +02:00
2021-10-06 13:22:18 +02:00
2021-10-06 13:07:11 +02:00
2021-10-06 13:07:11 +02:00
2021-10-06 13:07:11 +02:00
2021-08-17 08:37:52 +02:00
2021-08-17 08:37:52 +02:00
2021-10-08 14:58:11 +02:00
2021-10-01 13:09:43 +02:00
2021-08-10 05:01:57 +02:00
2021-09-07 19:08:05 +02:00
2021-10-06 13:07:11 +02:00
2021-10-05 12:31:37 +02:00
2021-09-28 05:33:44 +02:00
2021-10-05 16:59:06 +02:00
2021-10-06 13:07:11 +02:00
2021-10-06 13:07:11 +02:00
2021-10-01 13:09:43 +02:00
2021-10-06 13:07:11 +02:00
2021-08-17 08:37:52 +02:00
2021-08-17 08:37:52 +02:00
2021-10-04 19:25:12 +02:00
2021-09-23 08:45:10 +02:00
2021-10-08 14:58:11 +02:00
2021-08-17 08:37:52 +02:00
2021-09-07 19:07:46 +02:00
2021-09-07 19:07:46 +02:00
2021-08-17 08:37:52 +02:00
2021-09-07 19:07:46 +02:00
2021-08-27 15:51:34 +02:00
2021-08-17 08:37:52 +02:00
2021-09-21 10:42:31 +02:00
2021-10-06 13:07:11 +02:00
2021-08-17 08:37:52 +02:00
2021-09-09 15:30:32 +02:00
2021-08-17 08:37:52 +02:00
2021-09-15 17:11:56 +02:00
2021-08-17 08:37:52 +02:00
2021-10-06 13:07:11 +02:00
2021-10-05 17:03:37 +02:00
2021-08-17 08:37:52 +02:00
2021-09-23 08:45:10 +02:00
2021-09-07 19:07:46 +02:00
2021-10-06 13:07:11 +02:00
2021-08-17 08:37:52 +02:00
2021-08-17 08:37:52 +02:00
2021-09-30 12:58:09 +02:00
2021-09-07 19:07:46 +02:00
2021-07-12 17:55:19 +02:00