From: Joachim Fenkes Date: Sat, 1 Dec 2007 00:19:41 +0000 (-0800) Subject: IB/ehca: Fix static rate if path faster than link X-Git-Tag: v2.6.24-rc4~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1812582ba94b5f377d5d3cec7646cc17d84e733;p=pandora-kernel.git IB/ehca: Fix static rate if path faster than link The formula would yield -1 if the path is faster than the link, which is wrong in a bad way (max throttling). Clamp to 0, which is the correct value. Signed-off-by: Joachim Fenkes Signed-off-by: Roland Dreier --- Reading git-diff-tree failed