diff options
| author | Houston Hoffman <hhoffman@qca.qualcomm.com> | 2016-01-18 15:38:27 -0800 |
|---|---|---|
| committer | Akash Patel <akashp@codeaurora.org> | 2016-02-08 15:50:44 -0800 |
| commit | dc9c6c26b06a86f24cc628143ca0b9a690ee74ca (patch) | |
| tree | c9f9057679e4a434c38637a52929e798ecaee986 /core/utils/epping | |
| parent | 7f0c7f473597da867503f5ab721b5e31c88a6de7 (diff) | |
qcacld-3.0: Remove hif_claim_device
hif_claim_device does not serve a purpose in copy engine.
The usage and implementation of hif_claim_device need to be
reexamined for sdio and usb. It should not store the device
in a ce specific data structure.
Change-Id: I0847e152ae3a1ca57d5c6937d6929918063cc362
CRs-Fixed: 967244
Diffstat (limited to 'core/utils/epping')
| -rw-r--r-- | core/utils/epping/src/epping_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/utils/epping/src/epping_main.c b/core/utils/epping/src/epping_main.c index 2fa63759009c..cfbf04cf1c1e 100644 --- a/core/utils/epping/src/epping_main.c +++ b/core/utils/epping/src/epping_main.c @@ -251,8 +251,6 @@ int epping_enable(struct device *parent_dev) } scn->htc_handle = pEpping_ctx->HTCHandle; - hif_claim_device(scn->hif_hdl, scn); - if (bmi_done(scn)) { EPPING_LOG(CDF_TRACE_LEVEL_FATAL, "%s: Failed to complete BMI phase", __func__); |
