Changeset b86a32e in mainline for uspace/drv/char/ns8250/ns8250.c


Ignore:
Timestamp:
2013-07-15T12:14:55Z (12 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c84146d3
Parents:
87159eb8 (diff), 956d4281 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ns8250/ns8250.c

    r87159eb8 rb86a32e  
    236236 *
    237237 * @param fun           The serial port function
    238  * @param buf           The ouput buffer for read data.
     238 * @param buf           The output buffer for read data.
    239239 * @param count         The number of bytes to be read.
    240240 *
     
    918918       
    919919        fibril_mutex_lock(&ns->mutex);
    920                 if (ns->client_connections > 0) {
     920        if (ns->client_connections > 0) {
    921921                fibril_mutex_unlock(&ns->mutex);
    922922                return EBUSY;
Note: See TracChangeset for help on using the changeset viewer.