Commits

Uwe Kleine-König committed 8a73b0bc863
net/fec: no need to cast arguments for memcpy memcpy takes a const void * as 2nd argument. So the argument is converted automatically to void * anyhow. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>