Loading
USb: f_qc_rndis: Initialize opts variable in set_alt()
Currently opts variable in rndis_qc_set_alt() is used without
initializing it. This could cause error reported by static analysis
tool. Hence fix this by initializing the variable before accessing it.
Change-Id: I77a42464e351f4e9886250315423ae355ff43617
Signed-off-by:
Vijayavardhan Vennapusa <vvreddy@codeaurora.org>