From: Michal Vokáč michal.vokac@ysoft.com Date: Wed, 3 Jun 2020 13:31:39 +0200
Commit 7e99e3470172 ("net: dsa: remove dsa_switch_alloc helper") replaced the dsa_switch_alloc helper by devm_kzalloc in all DSA drivers. Unfortunately it introduced a typo in qca8k.c driver and wrong argument is passed to the devm_kzalloc function.
This fix mitigates the following kernel exception:
...
Fixes: 7e99e3470172 ("net: dsa: remove dsa_switch_alloc helper") Cc: stable@vger.kernel.org
Please do not CC: stable for networking changes.
Signed-off-by: Michal Vokáč michal.vokac@ysoft.com
Applied and queued up for -stable, thank you.