Title: [7937] branches/2009R1/drivers/net/bfin_mac.h: Fix bug[#5737] Writeback macro is different between trunk and branch.
Revision
7937
Author
sonicz
Date
2009-12-06 22:42:57 -0500 (Sun, 06 Dec 2009)

Log Message

Fix bug[#5737] Writeback macro is different between trunk and branch.
When apply svn trunk patch to branch, don't foget to rename macro
properly. In this case is CONFIG_BFIN_WB.

Modified Paths

Diff

Modified: branches/2009R1/drivers/net/bfin_mac.h (7936 => 7937)


--- branches/2009R1/drivers/net/bfin_mac.h	2009-12-07 03:01:51 UTC (rev 7936)
+++ branches/2009R1/drivers/net/bfin_mac.h	2009-12-07 03:42:57 UTC (rev 7937)
@@ -13,7 +13,7 @@
  * enabled. Otherwize, corrupted RX packet will be sent up stack
  * without error mark.
  */
-#ifndef CONFIG_BFIN_EXTMEM_WRITEBACK
+#ifndef CONFIG_BFIN_WB
 #define BFIN_MAC_CSUM_OFFLOAD
 #endif
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to