1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:48:34 +03:00

[target/xburst] remove set but unused variable which leads into compiling errors with GCC >= 4.6.0

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31091 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2012-03-27 16:29:19 +00:00
parent 93a0a2c288
commit 82d90cbeb1

View File

@ -0,0 +1,13 @@
--- linux-2.6.37.6.orig/arch/mips/jz4740/dma.c 2011-03-27 21:01:41.000000000 +0200
+++ linux-2.6.37.6/arch/mips/jz4740/dma.c 2012-03-27 18:29:41.547939867 +0200
@@ -242,10 +242,6 @@
static void jz4740_dma_chan_irq(struct jz4740_dma_chan *dma)
{
- uint32_t status;
-
- status = jz4740_dma_read(JZ_REG_DMA_STATUS_CTRL(dma->id));
-
jz4740_dma_write_mask(JZ_REG_DMA_STATUS_CTRL(dma->id), 0,
JZ_DMA_STATUS_CTRL_ENABLE | JZ_DMA_STATUS_CTRL_TRANSFER_DONE);