solos-pci: double lock in geos_gpio_store()
There is a typo here so we do a double lock instead of an unlock. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c4271c6e37
commit
29042073e7
@@ -538,7 +538,7 @@ static ssize_t geos_gpio_store(struct device *dev, struct device_attribute *attr
|
|||||||
} else {
|
} else {
|
||||||
count = -EINVAL;
|
count = -EINVAL;
|
||||||
}
|
}
|
||||||
spin_lock_irq(&card->param_queue_lock);
|
spin_unlock_irq(&card->param_queue_lock);
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user