From 1ca7e782864222bcdbe305e543df25df4e343963 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Sun, 26 Feb 2012 23:18:57 +0200 Subject: [PATCH] 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-format-patch failed