Commit 9ae081c6 authored by Somnath Kotur's avatar Somnath Kotur Committed by David S. Miller

be2net: Change the data type of the 'on die temperature' stat.

This was showing up as junk value on PPC /Big endian machines since
it was marked as a byte.
Signed-off-by: default avatarSomnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3ab81b5f
...@@ -245,7 +245,7 @@ struct be_rx_obj { ...@@ -245,7 +245,7 @@ struct be_rx_obj {
}; };
struct be_drv_stats { struct be_drv_stats {
u8 be_on_die_temperature; u32 be_on_die_temperature;
u32 tx_events; u32 tx_events;
u32 eth_red_drops; u32 eth_red_drops;
u32 rx_drops_no_pbuf; u32 rx_drops_no_pbuf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment