Re: [PATCH] ath10k: fix board data fetch error message

2015-11-30 Thread Kalle Valo
Peter Oh writes: > The error message order of board data fetch is board info, > directory, and then file name, hence place print arguments > in the order. > > Fixes: 0a51b343abfe ("ath10k: add board 2 API support") > Signed-off-by: Peter Oh Applied, thanks. -- Kalle Valo -- To unsubscribe fro

[PATCH] ath10k: fix board data fetch error message

2015-11-20 Thread Peter Oh
The error message order of board data fetch is board info, directory, and then file name, hence place print arguments in the order. Fixes: 0a51b343abfe ("ath10k: add board 2 API support") Signed-off-by: Peter Oh --- drivers/net/wireless/ath/ath10k/core.c | 2 +- 1 file changed, 1 insertion(+), 1