staging: emxx_udc : remove stray semicolon

This patch removes a stray semicolon around closing brace of an if code
block.

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Gujulan Elango, Hari Prasath (H.)
2015-04-23 19:29:51 +00:00
committed by Greg Kroah-Hartman
parent bd7de5cea2
commit 3e2bb64d1a

View File

@@ -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)