DORMANTno replies

[PATCH] qed: Remove unnecessary '0' values from prod

From: Li zeming <hidden>
Date: 2022-09-13 03:55:45
Also in: lkml
Subsystem: qlogic ql4xxx ethernet driver, the rest · Maintainer: Linus Torvalds

The prod variable is assigned first, it does not need to be initialized.

Signed-off-by: Li zeming <redacted>
---
 include/linux/qed/qed_if.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h
index 6dc4943d8aec..f542d9946444 100644
--- a/include/linux/qed/qed_if.h
+++ b/include/linux/qed/qed_if.h
@@ -1423,7 +1423,7 @@ struct qed_sb_cnt_info {
 
 static inline u16 qed_sb_update_sb_idx(struct qed_sb_info *sb_info)
 {
-	u32 prod = 0;
+	u32 prod;
 	u16 rc = 0;
 
 	prod = le32_to_cpu(sb_info->sb_virt->prod_index) &
-- 
2.18.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help