Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40423
b: refs/heads/master
c: 95425f1
h: refs/heads/master
i:
  40421: 82b5a83
  40419: 4228432
  40415: e52ecc3
v: v3
  • Loading branch information
Gerald Schaefer authored and Martin Schwidefsky committed Oct 27, 2006
1 parent dab6758 commit 0404698
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f4880391860f2e38bb6ff400a0bd6c85443c5b9e
refs/heads/master: 95425f19beed99cb9b0a79f69731eda907d9db99
1 change: 1 addition & 0 deletions trunk/arch/s390/appldata/appldata_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ appldata_interval_handler(ctl_table *ctl, int write, struct file *filp,
if (copy_from_user(buf, buffer, len > sizeof(buf) ? sizeof(buf) : len)) {
return -EFAULT;
}
interval = 0;
sscanf(buf, "%i", &interval);
if (interval <= 0) {
P_ERROR("Timer CPU interval has to be > 0!\n");
Expand Down

0 comments on commit 0404698

Please sign in to comment.