From: Sathya Narayanan Date: Tue, 1 Jul 2008 08:58:05 +0000 (+0200) Subject: ibm_newemac: Fixes kernel crashes when speed of cable connected changes X-Git-Tag: v2.6.26~51^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab9b30cc3ec868fab8764d710193107fbeedbd0f;p=pandora-kernel.git ibm_newemac: Fixes kernel crashes when speed of cable connected changes The descriptor pointers were not initialized to NIL values, so it was poiniting to some random addresses which was completely invalid. This fix takes care of initializing the descriptor to NIL values and clearing the valid descriptors on clean ring operation. Signed-off-by: Sathya Narayanan Signed-off-by: Stefan Roese Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed