Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190433
b: refs/heads/master
c: 07a389f
h: refs/heads/master
i:
  190431: 0c477f0
v: v3
  • Loading branch information
Roman Tereshonkov authored and Grant Likely committed Apr 28, 2010
1 parent dc1e33e commit e7d9e3b
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: 8ec130a017ebd8b931344edde7013ffb18fa1965
refs/heads/master: 07a389feefd79d41c8542cf31ce1cf25a1466e2c
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void spidev_release(struct device *dev)
spi->master->cleanup(spi);

spi_master_put(spi->master);
kfree(dev);
kfree(spi);
}

static ssize_t
Expand Down

0 comments on commit e7d9e3b

Please sign in to comment.