summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-msm.c
diff options
context:
space:
mode:
authorXenia Ragiadakou <burzalodowa@gmail.com>2013-11-15 05:34:06 +0200
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2013-12-02 12:59:48 -0800
commitb0ba9720846c980d053b1ffcd766fddfbef95d4c (patch)
tree03c170ac268064f2aeb07d37e13c37deee938c8d /drivers/usb/host/ehci-msm.c
parent2a100047481a5c7430c72883b586eb6f2df34812 (diff)
downloadlinux-b0ba9720846c980d053b1ffcd766fddfbef95d4c.tar.bz2
xhci: replace xhci_readl() with readl()
Function xhci_readl() is used to read 32bit 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_readl() internally simply calls readl(). This creates an illusion that xhci_readl() is an xhci specific function that has to be called in a context where a pointer to xhci_hcd is available. Remove the unnecessary xhci_readl() wrapper function and replace its calls to with calls to readl() to make the code more straightforward. Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'drivers/usb/host/ehci-msm.c')
0 files changed, 0 insertions, 0 deletions