From: Chun-Hao Lin Date: Wed, 1 Oct 2014 15:17:18 +0000 (+0800) Subject: r8169:change the name of function"rtl_w1w0_eri" X-Git-Tag: fixes-against-v3.18-rc2~144^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706123d06c18b55da5e9da21e2d138ee789bf8f4;p=pandora-kernel.git r8169:change the name of function"rtl_w1w0_eri" Change the name of function "rtl_w1w0_eri" to "rtl_w0w1_eri". In this function, the local variable "val" is "write zeros then write ones". Please see below code. (val & ~m) | p In this patch, change the function name from "xx_w1w0_xx" to "xx_w0w1_xx". The changed function name is more suitable for it's behavior. Signed-off-by: Chun-Hao Lin Signed-off-by: David S. Miller --- Reading git-diff-tree failed