commit | 16e165226f490f0f405e8b90043b65e497581d39 | [log] [tgz] |
---|---|---|
author | Manish Verma <maniverm@codeaurora.org> | Thu Feb 14 18:26:46 2019 +0530 |
committer | Manish Verma <maniverm@codeaurora.org> | Mon Feb 18 16:17:07 2019 +0530 |
tree | 40016254d5ec7ae2e732eb7e8f738ccad1a5683b | |
parent | e0efb01b44d45a6dff5f944238f6de3255afcc1b [diff] |
[qca-edma] Register netdev after all resource allocation in probe probe API is registering the netdev way before allocating the phydev(which is getting accessed in netdev callback APIs). Ideally probe function should allocate all the required resources before registering the netdev. Change-Id: I98a7832a0b5f024773e139e8589d6e93373c2828 Signed-off-by: Manish Verma <maniverm@codeaurora.org>