From: Uwe Kleine-König Date: Thu, 13 Jan 2011 20:34:31 +0000 (+0100) Subject: net/fec: no need to cast arguments for memcpy X-Git-Tag: v2.6.39-rc1~468^2~348^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a73b0bc86366113e13d079b3de76df6e94a4a5c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed