Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350364
b: refs/heads/master
c: 95601d6
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 5, 2013
1 parent 04494a8 commit ce06da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f88948eff9a6160ed74e3ee4b12f41f5beeff115
refs/heads/master: 95601d65a1aa0902f838a2919e11ee6311efe371
2 changes: 2 additions & 0 deletions trunk/drivers/base/regmap/regmap-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ static struct regmap_async *regmap_spi_async_alloc(void)
struct regmap_async_spi *async_spi;

async_spi = kzalloc(sizeof(*async_spi), GFP_KERNEL);
if (!async_spi)
return NULL;

return &async_spi->core;
}
Expand Down

0 comments on commit ce06da4

Please sign in to comment.