commit | 90c6f87786e65e12cab06e637db8c7ef2f22de95 | [log] [tgz] |
---|---|---|
author | Babu Moger <babu.moger@oracle.com> | Sat Jun 18 17:40:47 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jul 22 01:24:16 2016 -0700 |
tree | a30606b0a5539a9fea231276a06ea1d2d990ba41 | |
parent | 310ea1236c2a8492d3c0f1453e5995e08b24c70e [diff] |
ixgbe: Fix minor typo while freeing irq The array subscript increments after the execution of the statement. So there is no issue here. However it helps to read the code better. Signed-off-by: Babu Moger <babu.moger@oracle.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>