Home
last modified time | relevance | path

Searched hist:a505b86fde5903944828fa04f775e79a6636791d (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhpsa_cmd.hdiff a505b86fde5903944828fa04f775e79a6636791d Fri Nov 14 17:27:04 CST 2014 Stephen M. Cameron <stephenmcameron@gmail.com> 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 <don.brace@pmcs.com>
Reviewed-by: Webb Scales <webb.scales@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
H A Dhpsa.cdiff a505b86fde5903944828fa04f775e79a6636791d Fri Nov 14 17:27:04 CST 2014 Stephen M. Cameron <stephenmcameron@gmail.com> 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 <don.brace@pmcs.com>
Reviewed-by: Webb Scales <webb.scales@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>