From: Hans de Goede Date: Fri, 20 Mar 2015 19:11:13 +0000 (+0100) Subject: usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions X-Git-Tag: omap-for-v4.2/fixes-rc1^2~90^2~16^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be780381772909ba4a89805945995b9f10c59ca8;p=pandora-kernel.git usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions The generic fifo functions already use non wrapped accesses in various cases through the iowrite#_rep functions, and all platforms which override the default musb_read[b|w] / _write[b|w] functions also provide their own fifo access functions, so we can safely drop the unnecessary indirection from the fifo access functions. Signed-off-by: Hans de Goede Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed