提交 3e2bb64d 编写于 作者: G Gujulan Elango, Hari Prasath (H.) 提交者: Greg Kroah-Hartman

staging: emxx_udc : remove stray semicolon

This patch removes a stray semicolon around closing brace of an if code
block.
Signed-off-by: NHari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bd7de5ce
......@@ -2347,7 +2347,7 @@ static int _nbu2ss_enable_controller(struct nbu2ss_udc *udc)
dev_err(udc->dev, "*** Reset Cancel failed\n");
return -EINVAL;
}
};
}
#if 0
if ((system_rev & EMXX_REV_MASK) < EMXX_REV_ES3)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册