iw_cxgb4: Convert a __force cast
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 12 Apr 2016 21:45:24 +0000 (14:45 -0700)
committerDoug Ledford <dledford@redhat.com>
Fri, 13 May 2016 23:38:11 +0000 (19:38 -0400)
commitba987e51a63713669ce6bdbe9b120d72e59eec8e
tree4a85efef63102470244655e6061d84515159db5b
parent64bec74a9b3ccc0e9795161427ea49864462f612
iw_cxgb4: Convert a __force cast

__force casts should be avoided if there is a better alternative.
Hence modify the comparison of s_addr with INADDR_ANY such that the
__force cast is no longer necessary.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Steve Wise <swise@opengridcomputing.com>
Cc: Vipul Pandya <vipul@chelsio.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/cm.c