gpu: host1x: channel: Use correct type
authorThierry Reding <treding@nvidia.com>
Wed, 22 Jun 2016 14:47:30 +0000 (16:47 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 23 Jun 2016 09:59:26 +0000 (11:59 +0200)
commite18e33afa4011b0670e5040eda1b8a2d0b995e4e
tree07837bfd98c7455f2d300e5d0593d095a676813f
parent5c0d8d386ba67ce07bfddcebf05233e8606771ff
gpu: host1x: channel: Use correct type

find_first_zero_bit() returns an unsigned long, so make the local
variable that stores the result the same type for consistency.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/channel.c