From: Uwe Kleine-König Date: Thu, 13 Jan 2011 20:53:40 +0000 (+0100) Subject: net/fec: no need to check for validity of ndev in suspend and resume X-Git-Tag: v2.6.39-rc1~468^2~348^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e5216d44e173fab619d03e2f746f444ea21ebd;p=pandora-kernel.git net/fec: no need to check for validity of ndev in suspend and resume dev_set_drvdata is called unconditionally in the probe function and so it cannot be NULL. Reported-by: Lothar Waßmann Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed