commit | 1967c12896e09599e77cd62f660a99bef4e3ab19 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Sat Nov 11 18:05:32 2017 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Nov 20 18:20:41 2017 +0200 |
tree | 20746e4b8774ed8e852c730848ec7578cccc76bf | |
parent | 307aeb31af0d9ba63346466f88badd64e7ed9786 [diff] |
wcn36xx: fix iris child-node lookup Fix child-node lookup during probe, which ended up searching the whole device tree depth-first starting at the parent rather than just matching on its children. To make things worse, the parent mmio node was also prematurely freed. Fixes: fd52bdae9ab0 ("wcn36xx: Disable 5GHz for wcn3620") Cc: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>