Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286411
b: refs/heads/master
c: e9ae4d4
h: refs/heads/master
i:
  286409: b1b2acb
  286407: da4c4f4
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Jan 16, 2012
1 parent 93bb439 commit d2bb670
Show file tree
Hide file tree
Showing 2 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: 0397e4505910b44be0066d1b2ce201f0c03bae4f
refs/heads/master: e9ae4d4f028cd9ff9e7d06430cc678d7926df9e0
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tlg2300/pd-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ static inline void set_map_flags(struct poseidon *pd, struct usb_device *udev)
}
#endif

static bool check_firmware(struct usb_device *udev, int *down_firmware)
static int check_firmware(struct usb_device *udev, int *down_firmware)
{
void *buf;
int ret;
Expand All @@ -398,7 +398,7 @@ static bool check_firmware(struct usb_device *udev, int *down_firmware)
*down_firmware = 1;
return firmware_download(udev);
}
return ret;
return 0;
}

static int poseidon_probe(struct usb_interface *interface,
Expand Down

0 comments on commit d2bb670

Please sign in to comment.