Title: [8837] trunk/drivers/net/irda/bfin_sir.c: net/irda: bfin_sir: touchup anomaly comments
Revision
8837
Author
vapier
Date
2010-05-24 00:42:44 -0400 (Mon, 24 May 2010)

Log Message

net/irda: bfin_sir: touchup anomaly comments

Modified Paths


Diff

Modified: trunk/drivers/net/irda/bfin_sir.c (8836 => 8837)


--- trunk/drivers/net/irda/bfin_sir.c	2010-05-24 04:41:38 UTC (rev 8836)
+++ trunk/drivers/net/irda/bfin_sir.c	2010-05-24 04:42:44 UTC (rev 8837)
@@ -108,10 +108,9 @@
 	case 115200:
 
 		/*
-		 * IRDA is not affected by ANOMALY_05000230, either can
-		 * not apply workaround for 05000230 like uart driver,
-		 * which slightly speed up the baud rate.
-		 * Verified on BF533.
+		 * IRDA is not affected by anomaly 05000230, so there is no
+		 * need to tweak the divisor like he UART driver (which will
+		 * slightly speed up the baud rate on us).
 		 */
 		quot = (port->clk + (8 * speed)) / (16 * speed);
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to