From: Don Fry Date: Tue, 18 Feb 2014 04:57:46 +0000 (-0800) Subject: pcnet32: fix reallocation error X-Git-Tag: v3.15-rc1~113^2~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e2e8b399ca58bf1954d36aee2cc78f923851c9;p=pandora-kernel.git pcnet32: fix reallocation error pcnet32_realloc_rx_ring() only worked on the first log2 number of entries in the receive ring instead of the all the entries. Replaced "1 << size" with more descriptive variable. This is my original bug from 2006. Found while testing another problem. Tested on 79C972 and 79C976. Signed-off-by: Don Fry Signed-off-by: David S. Miller --- Reading git-diff-tree failed