From: Anssi Hannula Date: Sun, 20 Feb 2011 18:07:21 +0000 (+0200) Subject: hp-wmi: remove a variable that is never read X-Git-Tag: v2.6.39-rc1~20^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25bb067a08c5db70cd8bcf9e160ac81718ea075c;p=pandora-kernel.git hp-wmi: remove a variable that is never read Remove the status variable from hp_wmi_perform_query which holds the return value from wmi_evaluate_method(). It is never checked as the function bails out if the output buffer hasn't been allocated which indicates the call failed. Signed-off-by: Anssi Hannula Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed