Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1ad55e6 authored by Ashvini Varatharaj's avatar Ashvini Varatharaj Committed by Greg Kroah-Hartman
Browse files

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: default avatarAshvini Varatharaj <ashvinivaratharaj@gmail.com>
Reviewed-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f68cae40
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -52,13 +52,9 @@ struct wbsoft_priv {
	struct hw_data sHwData;	/*For HAL */
	struct wb35_mds Mds;

	atomic_t thread_count;

	u32 RxByteCount;
	u32 TxByteCount;

	u8 link_name[WB_MAX_LINK_NAME_LEN];

	bool enabled;
};