Changeset 721d4b6e in mainline


Ignore:
Timestamp:
2011-10-15T19:38:36Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25696fea, 9515f674, 98fb010
Parents:
a044f71
Message:

Remove an out-of-date comment introduced in the previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmast/main.c

    ra044f71 r721d4b6e  
    164164        }
    165165        free(mdev->luns);
    166         /*
    167          * Do not free mdev here as it was passed to DDF as device driver data.
    168          * It will be deallocated by DDF when the device is destroyed.
    169          */
    170166        return rc;
    171167}
Note: See TracChangeset for help on using the changeset viewer.