OSDN Git Service

net/smc: remove unnecessary cast
authorKarsten Graul <kgraul@linux.ibm.com>
Tue, 15 May 2018 15:04:56 +0000 (17:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2018 15:49:19 +0000 (11:49 -0400)
commit9fcdf8e983b5c8367064067cd8e74b6cfb90eef7
tree15ff2acf2900ab369c57aec855ddaab2780b06db
parent44aa81ce953aadd683765e6416ad53cc61d0624a
net/smc: remove unnecessary cast

Remove an unneeded (void *) cast from the calls to
smc_llc_send_message(). No functional changes.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_llc.c