From: Xenia Ragiadakou Date: Fri, 15 Nov 2013 03:34:07 +0000 (+0200) Subject: xhci: replace xhci_writel() with writel() X-Git-Tag: v3.14-rc1~148^2~130^2~65^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=204b7793f2a9935e9a08524d0b4bb51b990d518e;p=pandora-kernel.git xhci: replace xhci_writel() with writel() Function xhci_writel() is used to write a 32bit value in xHC registers residing in MMIO address space. It takes as first argument a pointer to the xhci_hcd although it does not use it. xhci_writel() internally simply calls writel(). This creates an illusion that xhci_writel() is an xhci specific function that has to be called in a context where a pointer to xhci_hcd is available. Remove xhci_writel() wrapper function and replace its calls with calls to writel() to make the code more straight-forward. Signed-off-by: Xenia Ragiadakou Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed