From b54345ea32ccd830066a793388a55473e05a4679 Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Sun, 28 Jul 2013 19:03:56 -0700 Subject: [PATCH] cnic: Simplify cnic_release(). Since unregister_netdevice_notifier() will replay the NETDEV_DOWN and NETDEV_UNREGISTER_EVENTS, the cnic_dev_list will be cleaned up automatically. The loop to cleanup the cnic_dev_list can be removed in cnic_release(). Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-format-patch failed