From: Andrea Merello Date: Sat, 22 Mar 2014 17:49:08 +0000 (+0100) Subject: rtl8180: fix DMA register are written two times X-Git-Tag: v3.15-rc1~113^2~18^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4818d82899aa97a482ba3508cd75864a60c483ac;p=pandora-kernel.git 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-diff-tree failed