From: Tomas Winkler Date: Sun, 26 Feb 2012 21:18:57 +0000 (+0200) Subject: staging: mei: kill struct hbm_cmd bit fields X-Git-Tag: v3.4-rc1~186^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca7e782864222bcdbe305e543df25df4e343963;p=pandora-kernel.git staging: mei: kill struct hbm_cmd bit fields Replace bitfield struct hbm_cmd with simple u8 as we always access the value as whole. This allows us to remove few ugly type casts For possible further uses and documentation purposes we add corresponding bitmask defines Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed