提交 9ae081c6 编写于 作者: S Somnath Kotur 提交者: 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: NSomnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3ab81b5f
......@@ -245,7 +245,7 @@ struct be_rx_obj {
};
struct be_drv_stats {
u8 be_on_die_temperature;
u32 be_on_die_temperature;
u32 tx_events;
u32 eth_red_drops;
u32 rx_drops_no_pbuf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册