ixgbe: remove useless interrupt freeing when closing
authorCunming Liang <cunming.liang@intel.com>
Wed, 4 Nov 2015 08:45:36 +0000 (16:45 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Nov 2015 14:27:42 +0000 (15:27 +0100)
commit85c1089d78d0c865b4f90e124a5955c6301cb5f1
treeeefdc5bbea0394520b60f5119694d4ce3719b956
parent7ab8500037f67d4e6436e292a9f963678e8d2ac1
ixgbe: remove useless interrupt freeing when closing

The intr_vec is free in dev_stop. It's not necessary to check in dev_close.

Signed-off-by: Cunming Liang <cunming.liang@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c