patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / net / r8169.c
index 6f1eb30..0e27077 100644 (file)
@@ -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);
 }