Jingjing Wu dd2681bb1f net/i40evf: fix casting between structs
Casting from structs which lay out data in typed members
to structs which have flat memory buffers, will cause
problems if the alignment of the former isn't as expected.
This patch removes the casting between structs.

Fixes: ae19955e7c86 ("i40evf: support reporting PF reset")

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
2017-01-17 19:38:40 +01:00
..
2016-09-30 12:27:18 +02:00
2016-12-25 23:30:19 +01:00
2017-01-04 20:40:24 +01:00