Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 'len' variable was declared an unsigned and then checked for less than 0, which results in warnings on some compilers. Since len is assigned an int, make it an int. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
- Loading branch information