Changeset c68c713c in mainline for uspace/drv/bus/usb/usbhub/usbhub.c


Ignore:
Timestamp:
2017-10-04T14:10:11Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0a0d9f4
Parents:
816335c
Message:

Cleanup in constants and other small adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/usbhub.c

    r816335c rc68c713c  
    236236        /* It is an error condition if we didn't receive enough data */
    237237        if (change_bitmap_size == 0) {
     238                usb_log_warning("(%p) USB hub stopped polling", hub);
    238239                return false;
    239240        }
     
    253254                }
    254255        }
     256        usb_log_warning("(%p) USB hub continued polling", hub);
    255257        return true;
    256258}
Note: See TracChangeset for help on using the changeset viewer.