common/dpaax: fix nodes check
authorShreyansh Jain <shreyansh.jain@nxp.com>
Wed, 24 Oct 2018 05:44:09 +0000 (05:44 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 24 Oct 2018 22:51:05 +0000 (00:51 +0200)
commitc390b49d74cff8e4efb12b338c9e91421937332f
tree73692547d2700accc88bbbdb959f7e7aea82608f
parent29ba8d9436fdc284eb4418f95f045a2aea45317a
common/dpaax: fix nodes check

In case the memory for nodes cannot be allocated, there is no need
to check for the length. Also, `node_count` is an unsigned value
and cannot be less than 0.

Coverity issue: 323521
Fixes: 2f3d633aa593 ("common/dpaax: add library for PA/VA translation table")

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/common/dpaax/dpaax_iova_table.c