commit | 25843ad715b0d20f370985e2850403d26e75191b | [log] [tgz] |
---|---|---|
author | Dustin Brown <dustinb@codeaurora.org> | Mon Sep 17 14:54:33 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Thu Sep 20 16:40:15 2018 -0700 |
tree | 4b32bd4b1f5fb18a8cfdd80f4fd9422ea633cbaa | |
parent | a5d7d9a5ec7b51075fc88dcd16358d868a32dbe4 [diff] |
qcacld-3.0: Move pld_init just before pld_register The PLD data structures initialized in pld_init() are not used before PLD registration, and do not need to be the very first thing initialized in the driver. Move the call to pld_init() to immediately before these data structures are used for the first time in the PLD registration process. Change-Id: I5bee6b03eddfd749758f48a82f5c7f0a870b1504 CRs-Fixed: 2317859