Title: [7884] trunk/drivers/spi/bfin_sport_spi.c: add comments to CS type
Revision
7884
Author
cliff
Date
2009-11-26 20:12:42 -0500 (Thu, 26 Nov 2009)

Log Message

add comments to CS type

Modified Paths


Diff

Modified: trunk/drivers/spi/bfin_sport_spi.c (7883 => 7884)


--- trunk/drivers/spi/bfin_sport_spi.c	2009-11-26 03:06:52 UTC (rev 7883)
+++ trunk/drivers/spi/bfin_sport_spi.c	2009-11-27 01:12:42 UTC (rev 7884)
@@ -731,7 +731,7 @@
 	spi_set_ctldata(spi, chip);
 
 	/* Use GPIO as CS, otherwise, we can do nothing to control the CS,
-	 * SPORT is in charge of controlling it.
+	 * SPORT is in charge of issuing cs-change-per-word kind of CS.
 	 */
 	if (chip->chip_select_num > MAX_CTRL_CS) {
 		chip->cs_gpio = chip->chip_select_num - MAX_CTRL_CS;;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to