Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101987
b: refs/heads/master
c: 12b2b34
h: refs/heads/master
i:
  101985: 5bfdf5d
  101983: 85851dc
v: v3
  • Loading branch information
Randy Dunlap authored and Andi Kleen committed Jul 16, 2008
1 parent 1705334 commit d4331d1
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: 3d532d5e3882c1387a2722df2a368c4a9224b12f
refs/heads/master: 12b2b34e240a24bdbb2fdacf26a54b24ebf1ed81
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_throttling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ static ssize_t acpi_processor_write_throttling(struct file *file,
if (state_val >= pr->throttling.state_count)
return -EINVAL;

snprintf(tmpbuf, 5, "%d", state_val);
snprintf(tmpbuf, 5, "%zu", state_val);

if (strcmp(tmpbuf, charp) != 0)
return -EINVAL;
Expand Down

0 comments on commit d4331d1

Please sign in to comment.