]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cd89b8b66c0c97f0c274d863772587af2eebdd0
tree65601dfecc05603bd5e038bed102c61bf3836642
parentfc2004694c222bf0be4217ab93efbcf6fbe362dd
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