Commit d6176eae authored by Chris Wedgwood's avatar Chris Wedgwood Committed by Christoph Hellwig

[PATCH] kill warning in r8169

parent 3d29f7cb
......@@ -1156,7 +1156,7 @@ rtl8169_hw_start(struct net_device *dev)
static inline void rtl8169_make_unusable_by_asic(struct RxDesc *desc)
{
desc->addr = 0x0badbadbadbadbad;
desc->addr = 0x0badbadbadbadbadull;
desc->status &= ~cpu_to_le32(OWNbit | RsvdMask);
}
......
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