Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109380
b: refs/heads/master
c: 02c0267
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David Woodhouse committed Sep 2, 2008
1 parent f5600e8 commit c42d68b
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: 0ed97ee470c36e05bcaad36c4fb4c501f383ce63
refs/heads/master: 02c0267a40c876a4d70f2000f21fe9ff89fb988e
1 change: 1 addition & 0 deletions trunk/drivers/media/video/dabusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ static int dabusb_fpga_download (pdabusb_t s, const char *fname)
ret = request_firmware(&fw, "dabusb/bitstream.bin", &s->usbdev->dev);
if (ret) {
err("Failed to load \"dabusb/bitstream.bin\": %d\n", ret);
kfree(b);
return ret;
}

Expand Down

0 comments on commit c42d68b

Please sign in to comment.