All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Small fixes for redundant checks
@ 2021-10-19  6:26 Jεan Sacren
  2021-10-19  6:26 ` [PATCH net-next 1/2] net: qed_ptp: fix redundant check of rc and against -EINVAL Jεan Sacren
  2021-10-19  6:26 ` [PATCH net-next 2/2] net: qed_dev: " Jεan Sacren
  0 siblings, 2 replies; 8+ messages in thread
From: Jεan Sacren @ 2021-10-19  6:26 UTC (permalink / raw)
  To: Ariel Elior; +Cc: GR-everest-linux-l2, davem, kuba, netdev

From: Jean Sacren <sakiwit@gmail.com>

This series fixes some redundant checks of certain variables and
expressions.

Jean Sacren (2):
  net: qed_ptp: fix redundant check of rc and against -EINVAL
  net: qed_dev: fix redundant check of rc and against -EINVAL

 drivers/net/ethernet/qlogic/qed/qed_dev.c | 35 +++++++++++++----------
 drivers/net/ethernet/qlogic/qed/qed_ptp.c | 12 ++++----
 2 files changed, 27 insertions(+), 20 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-10-21 10:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  6:26 [PATCH net-next 0/2] Small fixes for redundant checks Jεan Sacren
2021-10-19  6:26 ` [PATCH net-next 1/2] net: qed_ptp: fix redundant check of rc and against -EINVAL Jεan Sacren
2021-10-20  8:48   ` Simon Horman
2021-10-21  7:35     ` Jεan Sacren
2021-10-21 10:46       ` Simon Horman
2021-10-19  6:26 ` [PATCH net-next 2/2] net: qed_dev: " Jεan Sacren
2021-10-20  8:47   ` Simon Horman
2021-10-21  7:36     ` Jεan Sacren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.