Re: [PATCH 6/17] arch/x86/kernel: Add missing spin_unlock

From: Roedel, Joerg
Date: Thu May 27 2010 - 07:06:24 EST


On Wed, May 26, 2010 at 11:55:59AM -0400, Julia Lawall wrote:
> From: Julia Lawall <julia@xxxxxxx>
>
> Add a spin_unlock missing on the error path. The locks and unlocks are
> balanced in other functions, so it seems that the same should be the case
> here.
>
> The semantic match that finds this problem is as follows:
> (http://coccinelle.lip6.fr/)

Applied the attached version of the patch. Thanks for catching this.

Joerg