[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150305192031.22228.75375.stgit@ahduyck-vm-fedora20>
Date: Thu, 05 Mar 2015 11:24:53 -0800
From: Alexander Duyck <alexander.h.duyck@...hat.com>
To: netdev@...r.kernel.org
Cc: e1000-devel@...ts.sourceforge.net, jeffrey.t.kirsher@...el.com
Subject: [net-next PATCH 0/2] Fix some minor issues in igb driver
These patches fix a warning I have been seeing from the igb driver when
building the net-next kernel on my Fedora 20 system.
The 'pin' patch contains the fix for the warning, the other is a minor
cleanup for the fact that the function was placing several arrays onto the
stack when it would have been much more efficient to just store them as
static const arrays.
---
Alexander Duyck (2):
igb: Fix warning ‘pin’ may be used uninitialized
igb: Make arrays on stack static const to avoid reallocation
drivers/net/ethernet/intel/igb/igb_ptp.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists