Christophe JAILLET wrote:
> If 'kzalloc' fails, we must return an error code.
>
> While at it, remove a useless initialization of 'err' which could hide the
> issue.
>
> Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
> Signed-off-by: Christophe JAILLET
> Signed-off-b
If 'kzalloc' fails, we must return an error code.
While at it, remove a useless initialization of 'err' which could hide the
issue.
Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
Signed-off-by: Christophe JAILLET
---
drivers/net/wireless/ath/ath11k/qmi.c | 6 --
1