commit | 88e10092f6a623b88808f782b6637162b5b658fb | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri May 11 14:49:25 2018 -0600 |
committer | Tejun Heo <tj@kernel.org> | Mon May 14 08:14:21 2018 -0700 |
tree | 75378f038cd5c1cd1cebd04eb7103689fee1f5ed | |
parent | e2d1f8a06e8af1e1e4b339f2afb66233aeb16136 [diff] |
sata_fsl: use the right type for tag bitshift Since ATA_TAG_INTERNAL is now > 31 bits, we need to extend the type to ULL to cover 32/64-bit cases. Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>