From: Tomas Winkler Date: Thu, 23 Feb 2012 19:52:55 +0000 (+0200) Subject: staging/mei: fix hbm_host_version_response structure X-Git-Tag: v3.4-rc1~186^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b00706cd9499652051918305e70c7152d0cfd0e;p=pandora-kernel.git staging/mei: fix hbm_host_version_response structure Looks during cleanup we converted type of host_version_supported member from UINT8 into int instead of u8. Since we've queried only for boolean value of this variable the bug wasn't really visible. Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed