Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92792
b: refs/heads/master
c: 17a7b66
h: refs/heads/master
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 7ed8f43 commit 709775e
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: 1cb03b76d09d20accfa5c1664c16ba6566f539a0
refs/heads/master: 17a7b6642da13f789471895677c98736ac85f43a
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ int pvr2_upload_firmware2(struct pvr2_hdw *hdw)
" must be a multiple of %zu bytes",
fw_files[fwidx],sizeof(u32));
release_firmware(fw_entry);
return -1;
return -EINVAL;
}

fw_ptr = kmalloc(FIRMWARE_CHUNK_SIZE, GFP_KERNEL);
Expand Down

0 comments on commit 709775e

Please sign in to comment.