From: Jon Mason Date: Wed, 4 Sep 2013 18:26:01 +0000 (-0700) Subject: icplus: Use netif_running to determine device state X-Git-Tag: v3.12-rc1~132^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfafb73f355940989507c56b9282773132e86a9f;p=pandora-kernel.git icplus: Use netif_running to determine device state Remove the __LINK_STATE_START check to verify the device is running, in favor of netif_running(). netif_running() performs the same check of __LINK_STATE_START, so the code should behave the same. Signed-off-by: Jon Mason Cc: Francois Romieu Cc: Sorbica Shieh Signed-off-by: David S. Miller --- Reading git-diff-tree failed