tools: bpf_jit_disasm: make get_last_jit_image return unsigned
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 25 Sep 2015 06:45:43 +0000 (08:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 05:18:01 +0000 (22:18 -0700)
commit4de61ba234c0d5834bfec1cbe180008b9d2e1827
treed8e5c7762ffd9ebde3242e4bc5ce4cbd386ce3c5
parent7c85af8810448d8ef59331be51e482413b5f503d
tools: bpf_jit_disasm: make get_last_jit_image return unsigned

The function returns always non-negative values.

The problem has been detected using proposed semantic patch
scripts/coccinelle/tests/assign_signed_to_unsigned.cocci [1].

[1]: http://permalink.gmane.org/gmane.linux.kernel/2046107

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/net/bpf_jit_disasm.c