]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
IB/nes: Fix incorrect type in assignment
authorLeon Romanovsky <leon@kernel.org>
Sat, 22 Apr 2017 14:28:52 +0000 (17:28 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 28 Apr 2017 17:11:43 +0000 (13:11 -0400)
commit1e0729348fdc1f0ecb1838a66da5592f6a6647f2
tree49aed0e9466f1c677f1cac2f65d6d276e99562a4
parent313e16d5afaf000bd3f7a80e328890f963a10366
IB/nes: Fix incorrect type in assignment

Fix mismatch between types, wqe_words are in le32 format, while opcode
in CPU format.

The following sparse warnings are helped to find it:

drivers/infiniband/hw/nes/nes_hw.c:3058:24: warning: incorrect type in assignment (different base types)
drivers/infiniband/hw/nes/nes_hw.c:3058:24:    expected unsigned int [unsigned] [assigned] [usertype] opcode
drivers/infiniband/hw/nes/nes_hw.c:3058:24:    got restricted __le32 <noident>

CC: Faisal Latif <faisal.latif@intel.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/nes/nes_hw.c