Hi Sarah,

I was just reading through xhci driver's code and found something which i'm unable to understand use of.
Please help me understanding them

1.use of struct xhci_hcd in function xhci_readl
    function definition doesn't uses this type of argument
static inline unsigned int xhci_readl(const struct xhci_hcd *xhci,__le32 __iomem *regs)
    {
        return readl(regs);
    }


Regards
Kumar Gaurav
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to