Changeset e247d83 in mainline for uspace/drv/uhci-rhd/port.c


Ignore:
Timestamp:
2011-05-23T14:04:51Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
563ead9
Parents:
8953514
Message:

Const, type-casting and other minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/port.c

    r8953514 re247d83  
    209209int uhci_port_reset_enable(int portno, void *arg)
    210210{
    211         uhci_port_t *port = (uhci_port_t *) arg;
     211        uhci_port_t *port = arg;
    212212
    213213        usb_log_debug2("%s: new_device_enable_port.\n", port->id_string);
Note: See TracChangeset for help on using the changeset viewer.