From: Kalle Valo Date: Mon, 12 Mar 2012 11:22:54 +0000 (+0200) Subject: ath6kl: fix regression in ath6kl_upload_board_file() X-Git-Tag: v3.4-rc1~177^2~48^2~55^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0fc7c1a643bb0e689cd2846b0edf7c707a87600;p=pandora-kernel.git 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: Kalle Valo --- Reading git-diff-tree failed