Remove unnecessary (void *)
commit13f6c889ab9b6e5b1c4f48fca9807fdc1fb83f42
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sat, 28 Sep 2013 15:28:25 +0000 (28 17:28 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 31 Oct 2013 20:42:47 +0000 (31 20:42 +0000)
treefd5412ade9345f19316dcbee5ea39f961f34509a
parent517ba0690dcc9e859a05df2113ce32401a5ab254
Remove unnecessary (void *)

When pointer casts are needed, cast directly to the correct type, instead
of going via void*.

Don't explicitly cast to void* if it would have been done implicitly.

Change-Id: I4093209200051c5eb62847d00a4b9c8567480068
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/1669
Tested-by: jenkins
Reviewed-by: Mathias Küster <kesmtp@freenet.de>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/mflash.c
src/target/adi_v5_jtag.c
src/target/arm11_dbgtap.c
src/target/arm_semihosting.c
src/target/armv7a.c
src/target/etm.c
src/target/mips_ejtag.c