From: Amit Kumar Salecha Date: Tue, 22 Jun 2010 03:19:01 +0000 (+0000) Subject: qlcnic: release device resources during interface down X-Git-Tag: v2.6.36-rc1~571^2~507 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a15ad1fb14d67450742cf975a76e744b3189f4d;p=pandora-kernel.git qlcnic: release device resources during interface down Previously we were allocating device resources during probe and release them during remove. Now alloc during interface up and release in interface down. This helps in device performance, as it doesn't need to keep track of inactive resources. Signed-off-by: Amit Kumar Salecha Signed-off-by: David S. Miller --- Reading git-diff-tree failed