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)
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>

No differences found