Private
Public Access
2
0

aio: remove _u16 suffix from call. Make return type a uint16_t

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-13 22:25:21 +00:00
parent 9eb87fc665
commit f185877860
4 changed files with 7 additions and 6 deletions

View File

@@ -289,6 +289,6 @@ typedef struct {
}
unsigned int read()
{
return maa_aio_read_u16($self);
return maa_aio_read($self);
}
}