David S. Miller 1d20a16062 sfc: Fix memcpy() with const destination compiler warning.
drivers/net/ethernet/sfc/selftest.c: In function ‘efx_iterate_state’:
drivers/net/ethernet/sfc/selftest.c:388:9: warning: passing argument 1 of ‘memcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-array-qualifiers]

This is because the msg[] member of struct efx_loopback_payload
is marked as 'const'.  Remove that.

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-04-17 15:15:40 -04:00
..
2013-08-29 23:34:51 +01:00
2015-04-08 16:30:01 -04:00
2015-04-08 16:30:01 -04:00
2015-04-08 16:30:01 -04:00
2013-08-29 23:34:51 +01:00
2015-04-08 16:30:01 -04:00
2013-08-29 23:34:51 +01:00
2015-04-08 16:30:01 -04:00
2015-04-08 16:30:01 -04:00
2013-12-12 22:06:54 +00:00
2015-04-08 16:30:01 -04:00
2013-08-29 23:34:51 +01:00
2013-08-29 23:34:51 +01:00
2015-04-08 16:30:01 -04:00
2015-04-08 16:30:01 -04:00
2013-08-29 23:34:51 +01:00
2014-07-22 19:55:20 -07:00
2015-04-08 16:30:01 -04:00
2015-04-08 16:30:01 -04:00
2013-08-29 23:34:51 +01:00
2013-08-29 23:34:51 +01:00
2013-08-29 23:34:51 +01:00