提交 b1ad55e6 编写于 作者: A Ashvini Varatharaj 提交者: Greg Kroah-Hartman

Staging: winbond: removing unused variables thread_count and link_name[]

Removing the variable thread_count and link_name[WB_MAX_LINK_NAME_LEN] array
since they are not used elsewhere in the driver
Signed-off-by: NAshvini Varatharaj <ashvinivaratharaj@gmail.com>
Reviewed-by: NPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f68cae40
...@@ -52,13 +52,9 @@ struct wbsoft_priv { ...@@ -52,13 +52,9 @@ struct wbsoft_priv {
struct hw_data sHwData; /*For HAL */ struct hw_data sHwData; /*For HAL */
struct wb35_mds Mds; struct wb35_mds Mds;
atomic_t thread_count;
u32 RxByteCount; u32 RxByteCount;
u32 TxByteCount; u32 TxByteCount;
u8 link_name[WB_MAX_LINK_NAME_LEN];
bool enabled; bool enabled;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册