]> Pileus Git - ~andy/linux/commit
igb: cleanup igb xmit frame path
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 23:50:57 +0000 (23:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:25:58 +0000 (03:25 -0700)
commitcdfd01fcc674cc1c0c7b54084d74c2b684bf67c2
tree66db64d94aee0ebdfabea0d72520c9dec6c4d227
parent2e5655e758736488abbe9c024c8cda0e367214e5
igb: cleanup igb xmit frame path

This patch cleans up the xmit frame path for igb to better handle xmit
frame errors and avoid null pointer exceptions.  It also cleans up some
whitespace issues found in the xmit frame path.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c