Title: [3991] trunk/sound/soc/blackfin: Bug[#3727]remove some redundant code
Revision
3991
Author
cliff
Date
2007-12-05 18:00:33 -0600 (Wed, 05 Dec 2007)

Log Message

Bug[#3727]remove some redundant code 

Diffstat

 bf5xx-sport.c |    1 -
 bf5xx-sport.h |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified Paths

Diff

Modified: trunk/sound/soc/blackfin/bf5xx-sport.c (3990 => 3991)


--- trunk/sound/soc/blackfin/bf5xx-sport.c	2007-12-05 23:54:57 UTC (rev 3990)
+++ trunk/sound/soc/blackfin/bf5xx-sport.c	2007-12-06 00:00:33 UTC (rev 3991)
@@ -719,7 +719,6 @@
 		printk(KERN_ERR "tx dma is already stopped\n");
 		return IRQ_HANDLED;
 	}
-	sport->tx_next_desc = get_dma_next_desc_ptr(sport->dma_tx_chan);
 	if (sport->tx_callback) {
 		sport->tx_callback(sport->tx_data);
 		return IRQ_HANDLED;

Modified: trunk/sound/soc/blackfin/bf5xx-sport.h (3990 => 3991)


--- trunk/sound/soc/blackfin/bf5xx-sport.h	2007-12-05 23:54:57 UTC (rev 3990)
+++ trunk/sound/soc/blackfin/bf5xx-sport.h	2007-12-06 00:00:33 UTC (rev 3991)
@@ -114,7 +114,7 @@
 	void *tx_data;
 	void (*err_callback)(void *data);
 	void *err_data;
-	unsigned long tx_next_desc;
+
 	void *private_data;
 };
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to