Skip to content
Commit b0fc7c1a authored by Kalle Valo's avatar Kalle Valo
Browse files

ath6kl: fix regression in ath6kl_upload_board_file()

My patch 24fc32b3

 ("ath6kl: add ath6kl_bmi_write_hi32()") caused a regression
in ath6kl_upload_board_file() and the board_address variable was not
properly initialised in some cases:

ath6kl/init.c:1068:6: warning: ‘board_address’ may be used uninitialized
in this function

Most likely this broke ar6004 support but I can't test that right now.

Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 17a7b16d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment