From: Michal Vokáč <[email protected]>
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: <[email protected]>
Please do not CC: stable for networking changes.
> Signed-off-by: Michal Vokáč <[email protected]>
Applied and queued up for -stable, thank you.