Title: [7644] trunk/drivers/net/bfin_mac.c: bfin_mac: use the newer CLKBUFOE bit name
Revision
7644
Author
vapier
Date
2009-10-15 02:42:48 -0400 (Thu, 15 Oct 2009)

Log Message

bfin_mac: use the newer CLKBUFOE bit name

Modified Paths


Diff

Modified: trunk/drivers/net/bfin_mac.c (7643 => 7644)


--- trunk/drivers/net/bfin_mac.c	2009-10-15 05:37:28 UTC (rev 7643)
+++ trunk/drivers/net/bfin_mac.c	2009-10-15 06:42:48 UTC (rev 7644)
@@ -388,8 +388,8 @@
 	u32 sclk, mdc_div;
 
 	/* Enable PHY output early */
-	if (!(bfin_read_VR_CTL() & PHYCLKOE))
-		bfin_write_VR_CTL(bfin_read_VR_CTL() | PHYCLKOE);
+	if (!(bfin_read_VR_CTL() & CLKBUFOE))
+		bfin_write_VR_CTL(bfin_read_VR_CTL() | CLKBUFOE);
 
 	sclk = get_sclk();
 	mdc_div = ((sclk / MDC_CLK) / 2) - 1;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to