Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333286
b: refs/heads/master
c: 5f0cc6d
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 4, 2012
1 parent 2b93340 commit 391a1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 9c7f4f5ce6523af6b6e103a991b2ca71b962acb7
refs/heads/master: 5f0cc6d16c0572bf5e9e65b6133ac415268c0720
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-pxa/viper.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,7 @@ static unsigned long viper_tpm;

static int __init viper_tpm_setup(char *str)
{
strict_strtoul(str, 10, &viper_tpm);
return 1;
return strict_strtoul(str, 10, &viper_tpm) >= 0;
}

__setup("tpm=", viper_tpm_setup);
Expand Down

0 comments on commit 391a1e6

Please sign in to comment.