Merge "ionalloc: Fix typo." into ics

This commit is contained in:
andrew.boren 2012-06-06 22:18:45 -05:00 committed by Gerrit Code Review
commit bb1ae5d198

View File

@ -85,7 +85,7 @@ int IonAlloc::alloc_buffer(alloc_data& data)
if(data.uncached) {
// Use the sync FD to alloc and map
// when we need uncached memory
ionSyncFd = open(ION_DEVICE, O_RDONLY|O_DSYNC);
ionSyncFd = open(ION_DEVICE, O_RDONLY|O_SYNC);
if(ionSyncFd < 0) {
LOGE("%s: Failed to open ion device - %s",
__FUNCTION__, strerror(errno));