Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117945
b: refs/heads/master
c: 13f8b7c
h: refs/heads/master
i:
  117943: 369ba17
v: v3
  • Loading branch information
Roel Kluin authored and Martin Schwidefsky committed Oct 28, 2008
1 parent a66360d commit f1e8012
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: 7a4a1ccd44c85c7d92b20a361e3854431c6935e0
refs/heads/master: 13f8b7c5e6fa13622592042f3b5aa88ba785cec2
2 changes: 1 addition & 1 deletion trunk/arch/s390/appldata/appldata_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ appldata_generic_handler(ctl_table *ctl, int write, struct file *filp,
*/
int appldata_register_ops(struct appldata_ops *ops)
{
if ((ops->size > APPLDATA_MAX_REC_SIZE) || (ops->size < 0))
if (ops->size > APPLDATA_MAX_REC_SIZE)
return -EINVAL;

ops->ctl_table = kzalloc(4 * sizeof(struct ctl_table), GFP_KERNEL);
Expand Down

0 comments on commit f1e8012

Please sign in to comment.