linux/drivers/infiniband/hw/nes
Roland Dreier 183ae74bda RDMA/nes: Fix cast-to-pointer warnings on 32-bit
Fix:

  drivers/infiniband/hw/nes/nes_verbs.c: In function 'nes_alloc_fast_reg_page_list':
  drivers/infiniband/hw/nes/nes_verbs.c:477: warning: cast to pointer from integer of different size
  drivers/infiniband/hw/nes/nes_verbs.c: In function 'nes_post_send':
  drivers/infiniband/hw/nes/nes_verbs.c:3486: warning: cast to pointer from integer of different size
  drivers/infiniband/hw/nes/nes_verbs.c:3486: warning: cast to pointer from integer of different size

by printing u64 quantities by casting to unsigned long and long and
using %llx, rather than casting to void* and using %p.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2010-09-27 17:51:33 -07:00
..
Kconfig RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
Makefile
nes_cm.c RDMA/nes: Fix double CLOSE event indication crash 2010-09-08 14:35:48 -07:00
nes_cm.h RDMA/nes: Fix crash in nes_accept() 2009-12-09 15:54:08 -08:00
nes_context.h RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
nes_hw.c RDMA/nes: Fix hang with modified FIN handling on A0 cards 2010-09-08 14:38:23 -07:00
nes_hw.h RDMA/nes: Fix hang with modified FIN handling on A0 cards 2010-09-08 14:38:23 -07:00
nes_nic.c RDMA/nes: Write correct register write to set TX pause param 2010-09-08 14:29:19 -07:00
nes_user.h RDMA/nes: Update copyright and branding string 2009-12-09 15:21:56 -08:00
nes_utils.c RDMA/nes: Store and print eeprom version 2010-07-28 15:12:38 -07:00
nes_verbs.c RDMA/nes: Fix cast-to-pointer warnings on 32-bit 2010-09-27 17:51:33 -07:00
nes_verbs.h RDMA/nes: Free kmap() resources 2009-12-09 15:54:28 -08:00
nes.c RDMA/nes: Fix misindented code 2010-08-04 14:29:31 -07:00
nes.h RDMA/nes: Fix hangs on ifdown 2010-07-28 15:14:27 -07:00