* Added TODO.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36957 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-05-27 20:42:53 +00:00
parent 4c214152e8
commit 8984ae973b

View File

@ -35,6 +35,7 @@ null_hw_create_virtual_buffers(device_stream_t* stream, const char* name)
// Get the correct address for setting up the buffers
// pointers being passed back to userland
result = get_memory_map(buffer, area_size, &pe, 1);
// TODO: pe is never used!
if (result != B_OK) {
delete_area(stream->buffer_area);
return result;