IB/ehca: Fix static rate if path faster than link
authorJoachim Fenkes <fenkes@de.ibm.com>
Sat, 1 Dec 2007 00:19:41 +0000 (16:19 -0800)
committerRoland Dreier <rolandd@cisco.com>
Sat, 1 Dec 2007 00:19:41 +0000 (16:19 -0800)
commitb1812582ba94b5f377d5d3cec7646cc17d84e733
treeb176268f3b565171bc223fac2296f4982b12bbc1
parent1401b53acc0328d96bacb2a3393d2852699df96b
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 <fenkes@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ehca/ehca_av.c