sparc64: Remove pointless assignment in floppy support.
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2012 03:59:25 +0000 (20:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2012 03:59:25 +0000 (20:59 -0700)
Reported-by: Josip Rodin <joy@entuzijast.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/floppy_64.h

index d534c27..e204f90 100644 (file)
@@ -191,7 +191,6 @@ static void sun_fd_set_dma_count(int length)
 
 static void sun_fd_enable_dma(void)
 {
-       pdma_vaddr = pdma_vaddr;
        pdma_base = pdma_vaddr;
        pdma_areasize = pdma_size;
 }