Merge pull request #851 from jeenu-arm/assert-fix

Remove redundant assert
This commit is contained in:
danh-arm 2017-02-28 12:07:55 +00:00 committed by GitHub
commit 56036edba1
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ static int memmap_block_open(io_dev_info_t *dev_info, const uintptr_t spec,
int result = -ENOMEM;
const io_block_spec_t *block_spec = (io_block_spec_t *)spec;
assert(block_spec->length >= 0);
/* Since we need to track open state for seek() we only allow one open
* spec at a time. When we have dynamic memory we can malloc and set
* entity->info.