Skip to content
Commit 8a73b0bc authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent c69b9092
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment