staging: mei: kill struct hbm_cmd bit fields
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 26 Feb 2012 21:18:57 +0000 (23:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Feb 2012 23:43:20 +0000 (15:43 -0800)
commit1ca7e782864222bcdbe305e543df25df4e343963
tree65601dfecc05603bd5e038bed102c61bf3836642
parentdc91e2f1c01a579e055ebd25c32c1628041b0eca
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 <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mei/hw.h
drivers/staging/mei/init.c
drivers/staging/mei/interface.c
drivers/staging/mei/interrupt.c