batman-adv: Remove explicit casts cast from void* for store
authorSven Eckelmann <sven@narfation.org>
Sat, 14 May 2011 21:14:52 +0000 (23:14 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 30 May 2011 05:39:32 +0000 (07:39 +0200)
commit5f718c20076f4b47c3dc0f1277aef9966928089c
tree98c71b56526d9a8ab3edd037db1fa5597e5f7e64
parent37a4065ec79dcf172c44cb2741c1b9983ecfc492
batman-adv: Remove explicit casts cast from void* for store

It is not necessary to cast a void* to the pointer type when we just
store it and don't want to do pointer arithmetic before the actual
assignment.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/bitarray.c
net/batman-adv/hard-interface.c
net/batman-adv/translation-table.c