From dfafb73f355940989507c56b9282773132e86a9f Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 4 Sep 2013 11:26:01 -0700 Subject: [PATCH] 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-format-patch failed