Commit 1d4c11dd authored by Daniela Mormocea's avatar Daniela Mormocea Committed by Greg Kroah-Hartman
Browse files

staging: emxx_udc: Fix open parenthesis at the end of the line



warning detected by checkpatch.pl

Signed-off-by: default avatarDaniela Mormocea <daniela.mormocea@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b9c96308
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1418,8 +1418,7 @@ static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset)
						udc, ep_adrs);
				}

				_nbu2ss_set_endpoint_stall(
					udc, ep_adrs, bset);
				_nbu2ss_set_endpoint_stall(udc, ep_adrs, bset);

				result = 0;
			}