Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45092
b: refs/heads/master
c: 70bdd9c
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Mauro Carvalho Chehab committed Dec 27, 2006
1 parent 2a0df08 commit 4aedefd
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: 0b778a56e342e0e1d274298ad47d9af22a9de633
refs/heads/master: 70bdd9c83a6e757e5fb9cc3195f27d2c1d0a4c39
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvision/usbvision-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ int usbvision_restart_isoc(struct usb_usbvision *usbvision)
usbvision->Vin_Reg2_Preset)) < 0) return ret;

/* TODO: schedule timeout */
while ((usbvision_read_reg(usbvision, USBVISION_STATUS_REG) && 0x01) != 1);
while ((usbvision_read_reg(usbvision, USBVISION_STATUS_REG) & 0x01) != 1);

return 0;
}
Expand Down

0 comments on commit 4aedefd

Please sign in to comment.