Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109589
b: refs/heads/master
c: 5d8538c
h: refs/heads/master
i:
  109587: 2f1ea24
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Sep 3, 2008
1 parent 037b9a1 commit f2dceea
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: 877b5f4eda501ece641adbbea5d1940cbbfd4f38
refs/heads/master: 5d8538c1c6d85a7979c955b34f0e66d03be43da4
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 f2dceea

Please sign in to comment.