Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97534
b: refs/heads/master
c: 2da6765
h: refs/heads/master
v: v3
  • Loading branch information
Pradeep Singh Rautela authored and Jeff Garzik committed May 30, 2008
1 parent 5c33fcd commit 7163853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23cf296e3b047da46112eb6b4dc89917c93c8f19
refs/heads/master: 2da676594a73825f10d2a99358cc7465119684f9
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -5403,7 +5403,7 @@ static void ata_host_stop(struct device *gendev, void *res)
*/
static void ata_finalize_port_ops(struct ata_port_operations *ops)
{
static spinlock_t lock = SPIN_LOCK_UNLOCKED;
static DEFINE_SPINLOCK(lock);
const struct ata_port_operations *cur;
void **begin = (void **)ops;
void **end = (void **)&ops->inherits;
Expand Down

0 comments on commit 7163853

Please sign in to comment.