[haiku-commits] Re: haiku: hrev47644 - in src: add-ons/kernel/busses/usb kits/tracker

  • From: Jérôme Duval <jerome.duval@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 7 Aug 2014 19:01:03 +0200

2014-08-07 13:51 GMT+02:00  <pulkomandy@xxxxxxxxxxxxx>:

> @@ -803,7 +803,7 @@ EHCI::SubmitIsochronous(Transfer *transfer)
>                 restSize);
>
>         // Find the entry where to start inserting the first Isochronous 
> descriptor
> -       if (isochronousData->flags & USB_ISO_ASAP ||
> +       if ((isochronousData->flags & USB_ISO_ASAP) != 0 ||
>                 isochronousData->starting_frame_number == NULL) {
>
>                 if (fFirstIsochronousTransfer != NULL && fNextStartingFrame 
> != -1)

I think that || goes on the next line.

Bye,
Jérôme

Other related posts: