From 4818d82899aa97a482ba3508cd75864a60c483ac Mon Sep 17 00:00:00 2001 From: Andrea Merello Date: Sat, 22 Mar 2014 18:49:08 +0100 Subject: [PATCH] rtl8180: fix DMA register are written two times Hw DMA registers are written in rtl8180_init_hw function. They are also written again just after calling rtl8180_init_hw. There is no point in doing this twice. Remove those redundant register writes from rtl8180_start. Signed-off-by: Andrea Merello Signed-off-by: John W. Linville --- Reading git-format-patch failed