Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291944
b: refs/heads/master
c: eb4af0f
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Grant Likely committed Mar 9, 2012
1 parent c1d3f58 commit 4d619d9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8f53602be555e500cfcd957955bb40fac19f2a6b
refs/heads/master: eb4af0f5349235df2e4a5057a72fc8962d00308a
3 changes: 2 additions & 1 deletion trunk/drivers/spi/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,8 @@ static struct class spi_master_class = {
*
* The caller is responsible for assigning the bus number and initializing
* the master's methods before calling spi_register_master(); and (after errors
* adding the device) calling spi_master_put() to prevent a memory leak.
* adding the device) calling spi_master_put() and kfree() to prevent a memory
* leak.
*/
struct spi_master *spi_alloc_master(struct device *dev, unsigned size)
{
Expand Down

0 comments on commit 4d619d9

Please sign in to comment.