Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374697
b: refs/heads/master
c: bdabfa5
h: refs/heads/master
i:
  374695: 9a69ebc
v: v3
  • Loading branch information
Stefan Richter committed Apr 28, 2013
1 parent 900b088 commit 753ab81
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: df7ce66363bf66b2e8ef6245f5f42c2f6fb0db52
refs/heads/master: bdabfa54635e5d95a5aa2087794f203cc1915f7a
3 changes: 1 addition & 2 deletions trunk/drivers/firewire/core-cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,8 +1366,7 @@ static int init_iso_resource(struct client *client,
int ret;

if ((request->channels == 0 && request->bandwidth == 0) ||
request->bandwidth > BANDWIDTH_AVAILABLE_INITIAL ||
request->bandwidth < 0)
request->bandwidth > BANDWIDTH_AVAILABLE_INITIAL)
return -EINVAL;

r = kmalloc(sizeof(*r), GFP_KERNEL);
Expand Down

0 comments on commit 753ab81

Please sign in to comment.