Re: [PATCH] ath10k: initialize fw_features var

2015-08-13 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: If firmware did not have any feature flags set the var would be left with values found on the stack (i.e. garbage) yielding print string like this: (...) features \xffa6m:^R\xfffbԂ\xffc4^E Fixes: b27bc5a40f91 (ath10k: dump fw

[PATCH] ath10k: initialize fw_features var

2015-08-04 Thread Michal Kazior
If firmware did not have any feature flags set the var would be left with values found on the stack (i.e. garbage) yielding print string like this: (...) features \xffa6m:^R\xfffbԂ\xffc4^E Fixes: b27bc5a40f91 (ath10k: dump fw features during probing) Signed-off-by: Michal Kazior