Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163170
b: refs/heads/master
c: 1d3bba6
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Kevin Hilman committed Aug 26, 2009
1 parent 7f16862 commit acc544e
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: f28f03bba423bbccf102abc9c1921d50a4499d66
refs/heads/master: 1d3bba61f69f447f11aa88e82c5840319962d4cd
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-davinci/sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static int __init sram_init(void)
int status = 0;

if (len) {
len = min(len, SRAM_SIZE);
len = min_t(unsigned, len, SRAM_SIZE);
sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1);
if (!sram_pool)
status = -ENOMEM;
Expand Down

0 comments on commit acc544e

Please sign in to comment.