Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138330
b: refs/heads/master
c: 031002d
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 30, 2009
1 parent a0df952 commit 7cbe168
Show file tree
Hide file tree
Showing 3 changed files with 3 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: aeecea26234011c3fbf65ffa7d9c9525b486acab
refs/heads/master: 031002d78b05c706272e4d5bc779f5c99d8348cf
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/dabusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static int dabusb_loadmem (pdabusb_t s, const char *fname)
{
int ret;
const struct ihex_binrec *rec;
const struct firmware *fw;
const struct firmware *uninitialized_var(fw);

dbg("Enter dabusb_loadmem (internal)");

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvideo/vicam.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ initialize_camera(struct vicam_camera *cam)
{
int err;
const struct ihex_binrec *rec;
const struct firmware *fw;
const struct firmware *uninitialized_var(fw);

err = request_ihex_firmware(&fw, "vicam/firmware.fw", &cam->udev->dev);
if (err) {
Expand Down

0 comments on commit 7cbe168

Please sign in to comment.