Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180892
b: refs/heads/master
c: 99147b5
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Jan 20, 2010
1 parent a2e112f commit 65fe721
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: 9778214990af88ec6720bd771d7fc0fa1b140b02
refs/heads/master: 99147b5c4167612a987860b661b9f8b79e66b81f
2 changes: 1 addition & 1 deletion trunk/drivers/spi/dw_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ static void dw_spi_cleanup(struct spi_device *spi)
kfree(chip);
}

static int __init init_queue(struct dw_spi *dws)
static int __devinit init_queue(struct dw_spi *dws)
{
INIT_LIST_HEAD(&dws->queue);
spin_lock_init(&dws->lock);
Expand Down

0 comments on commit 65fe721

Please sign in to comment.