OSDN Git Service

sata_fsl: use the right type for tag bitshift
authorJens Axboe <axboe@kernel.dk>
Fri, 11 May 2018 20:49:25 +0000 (14:49 -0600)
committerTejun Heo <tj@kernel.org>
Mon, 14 May 2018 15:14:21 +0000 (08:14 -0700)
commit88e10092f6a623b88808f782b6637162b5b658fb
tree75378f038cd5c1cd1cebd04eb7103689fee1f5ed
parente2d1f8a06e8af1e1e4b339f2afb66233aeb16136
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>
drivers/ata/sata_fsl.c