tipc: Eliminate a test for negative unsigned quantities
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 3 Nov 2011 17:15:10 +0000 (13:15 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Feb 2012 22:05:15 +0000 (17:05 -0500)
commit9efde4a0bd2f21dec0c7b40da2bf2c3e189e98e2
tree515b34e7b3939774f54118bbad14e3c867023ffe
parent732efba4d77e1b0857984c401a7b18784f51b075
tipc: Eliminate a test for negative unsigned quantities

Simplifies a comparison operation to eliminate a useless test that
checks if an unsigned value is less than zero.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bearer.c
This page took 0.039816 seconds and 5 git commands to generate.