Commit 3e2bb64d authored by Gujulan Elango, Hari Prasath (H.)'s avatar Gujulan Elango, Hari Prasath (H.) Committed by 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: default avatarHari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bd7de5ce
...@@ -2347,7 +2347,7 @@ static int _nbu2ss_enable_controller(struct nbu2ss_udc *udc) ...@@ -2347,7 +2347,7 @@ static int _nbu2ss_enable_controller(struct nbu2ss_udc *udc)
dev_err(udc->dev, "*** Reset Cancel failed\n"); dev_err(udc->dev, "*** Reset Cancel failed\n");
return -EINVAL; return -EINVAL;
} }
}; }
#if 0 #if 0
if ((system_rev & EMXX_REV_MASK) < EMXX_REV_ES3) if ((system_rev & EMXX_REV_MASK) < EMXX_REV_ES3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment