diff options
| author | Hemant Kumar <hemantk@codeaurora.org> | 2016-05-04 21:23:59 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-11 17:44:01 -0700 |
| commit | f0795bea1585e63c964d989dd02922c45292c469 (patch) | |
| tree | 32075f392a48d317c233330e6362450db7046523 /tools/perf/scripts/python | |
| parent | d8179dff9ec7f49b03491eb44644a1f6ed3acf18 (diff) | |
usb: gadget: f_gsi: Call ipa_usb_init_teth_prot() from gsi_bind
Currently ipa_usb_init_teth_prot() is called before gsi_bind()
gets called as a result of usb_add_function() call. gsi_bind()
is polulating ipa_init_params which is passed to
ipa_usb_init_teth_prot(). Since usb_add_function() is getting
called later after gsi_bind_config() returns, ipa_init_params
remains unpopulated and results into ipa_usb_init_teth_prot()
returning failure. Fix this issue by moving the call to
gsi_bind(). This also matches to ipa_usb_deinit_teth_prot()
call in gsi_unbind().
CRs-Fixed: 1013830
Change-Id: I824d3fa62e2736962680ae1c883b9a2916346331
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
