igb: fix address of device data pointer
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Thu, 24 Mar 2016 07:07:46 +0000 (15:07 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 25 Mar 2016 18:03:48 +0000 (19:03 +0100)
commit2f5c0a4bc4f95c29231eea29f5407b1f84d6b4c3
treee13060a15e98ac1ad8c4fce0e4eed0e18edd19e3
parentca4a155783a7e7ca877b6043d64027444e7a187f
igb: fix address of device data pointer

In the function set_rx_mode, the pointer of device data points
to the wrong address as found in ixgbe code, and fixed in commit:
"ixgbe: fix PF promiscuous mode after VF closed"

Fixes: be2d648a2dd3 ("igb: add PF support")

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
drivers/net/e1000/igb_pf.c