Re: [E1000-devel] [PATCH] e1000e: fix double release of mutex

2008-12-11 Thread David Miller
From: Jeff Kirsher jeffrey.t.kirs...@intel.com Date: Thu, 11 Dec 2008 13:58:07 -0800 During a reset, releasing the swflag after it failed to be acquired would cause a double unlock of the mutex. Instead, test whether acquisition of the swflag was successful and if not, do not release the

Re: [E1000-devel] [PATCH] e1000e: fix double release of mutex

2008-12-11 Thread Jeff Kirsher
On Thu, Dec 11, 2008 at 8:31 PM, David Miller da...@davemloft.net wrote: From: Jeff Kirsher jeffrey.t.kirs...@intel.com Date: Thu, 11 Dec 2008 13:58:07 -0800 During a reset, releasing the swflag after it failed to be acquired would cause a double unlock of the mutex. Instead, test whether