From: Jesse Brandeburg Date: Fri, 9 Apr 2010 10:51:09 +0000 (+0000) Subject: e1000e: use static params to save stack space X-Git-Tag: v2.6.35-rc1~473^2~493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f59d6604d9361ef53a7721fb8aa1687ad6f8448;p=pandora-kernel.git e1000e: use static params to save stack space used a modified checkstack to get the 56 number (normally checkstack wouldn't show this low a value) checkstack before: 0x0000012f e1000e_check_options [e1000e]: 272 after: 0x0000012f e1000e_check_options [e1000e]: 56 Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed