From: Stephen M. Cameron Date: Fri, 14 Nov 2014 23:27:04 +0000 (-0600) Subject: hpsa: get rid of type/attribute/direction bit field where possible X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a505b86fde5903944828fa04f775e79a6636791d;p=pandora-kernel.git hpsa: get rid of type/attribute/direction bit field where possible Using bit fields for hardware command fields isn't portable and relies on assumptions about how the compiler lays out the bits. We can fix this in the driver's internal command structure, but the ioctl interface we can't change because it is part of the userland ABI. Signed-off-by: Don Brace Reviewed-by: Webb Scales Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed