]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54b125a3cca8c5f59adf3fd6286121443148dd18
tree75378f038cd5c1cd1cebd04eb7103689fee1f5ed
parent48fbaf5f813f9577a0aad357bfa25474d8d011a5
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