Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 834b97f1 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Remove pointless assignment in floppy support.

parent 3bd7df8a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}