]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit463f90f26db7cd9ef449cd3fdfd132aa44a8348a
tree15ff2acf2900ab369c57aec855ddaab2780b06db
parent3805d22e412ccd85d55f43819ae14883222c21cb
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