On Tue, Apr 15, 2025 at 09:30:16AM +0200, Niklas Cassel wrote: > While the SENSE DATA VALID field in the ACS-6 specification is 47 bits, > we are currently only fetching 32 bits, because these are the only bits > that we care about (these bits represent the tags (which can be 0-31)). > > Thus, replace the existing logic with a simple get_unaligned_le32(). > > While at it, change the type of sense_valid to u32. > > Signed-off-by: Niklas Cassel <cassel@xxxxxxxxxx> > Reviewed-by: Hannes Reinecke <hare@xxxxxxx> Reviewed-by: Igor Pylypiv <ipylypiv@xxxxxxxxxx>