From: Johannes Berg Date: Tue, 5 Apr 2011 16:41:55 +0000 (-0700) Subject: iwlagn: simplify ucode check code X-Git-Tag: v3.0-rc1~377^2~437^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb66216f9ebb146ad457829fcb62ae8f4348cda2;p=pandora-kernel.git iwlagn: simplify ucode check code The code in iwlcore_verify_inst_sparse really doesn't need to keep track of the number of errors it encountered since a single one is fatal. Also, the code in iwl_verify_inst_full is just used to print out some things, so rename it to iwl_print_inst and don't give it a return code and just make it print out the values. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed