From: Jes Sorensen Date: Fri, 16 May 2014 08:05:05 +0000 (+0200) Subject: staging: rtl8723au: Clean up usb_{read,write}_port() usage X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~759 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ccc3a6bead88e637c0150b19aaea27387ba6f7;p=pandora-kernel.git staging: rtl8723au: Clean up usb_{read,write}_port() usage Get rid of silly HAL convolution for calling usb_{read,write}_port() functions. Benefit from fact we just have one input address for read_port, so no point storing this and carrying it around. Pick pipe in the local function instead of based on dst/src address. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed