提交 ec844817 编写于 作者: F Felipe Balbi 提交者: Greg Kroah-Hartman

usb: host: xhci: remove unneded semicolon

it does no good, let's remove it.
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: NMathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 76a35293
...@@ -117,7 +117,7 @@ static inline int xhci_find_next_ext_cap(void __iomem *base, u32 start, int id) ...@@ -117,7 +117,7 @@ static inline int xhci_find_next_ext_cap(void __iomem *base, u32 start, int id)
offset = XHCI_HCC_EXT_CAPS(val) << 2; offset = XHCI_HCC_EXT_CAPS(val) << 2;
if (!offset) if (!offset)
return 0; return 0;
}; }
do { do {
val = readl(base + offset); val = readl(base + offset);
if (val == ~0) if (val == ~0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册