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

Commit 04e888de authored by Venkat Duvvuru's avatar Venkat Duvvuru Committed by David S. Miller
Browse files

be2net: remove unused error variables



eeh_error, fw_timeout, hw_error variables in the be_adapter structure are
not used anymore. An earlier patch that introduced adapter->err_flags to
store this information missed removing these variables.

Signed-off-by: default avatarVenkat Duvvuru <venkatkumar.duvvuru@avagotech.com>
Signed-off-by: default avatarSathya Perla <sathya.perla@avagotech.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fdf81bfb
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -547,10 +547,6 @@ struct be_adapter {


	u32 beacon_state;	/* for set_phys_id */
	u32 beacon_state;	/* for set_phys_id */


	bool eeh_error;
	bool fw_timeout;
	bool hw_error;

	u32 port_num;
	u32 port_num;
	char port_name;
	char port_name;
	u8 mc_type;
	u8 mc_type;