From: Alexander Duyck Date: Fri, 6 Feb 2009 23:15:25 +0000 (+0000) Subject: igb: move setting of buffsz out of repeated path in alloc_rx_buffers X-Git-Tag: v2.6.30-rc1~662^2~791 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db76176215ec5af7a67386e0eacb5ea53e040f10;p=pandora-kernel.git igb: move setting of buffsz out of repeated path in alloc_rx_buffers buffsz is being repeatedly set when allocaing buffers. Since this value should only need to be set once in the function I am moving it out of the looped portion of the path. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed