From: Jack Morgenstein Date: Tue, 27 Jan 2015 13:58:02 +0000 (+0200) Subject: net/mlx4_core: Adjust command timeouts to conform to the firmware spec X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~113^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a03108689c6f3e448a920b42af04e6d28401f80;p=pandora-kernel.git net/mlx4_core: Adjust command timeouts to conform to the firmware spec The firmware spec states that the timeout for all commands should be 60 seconds. In the past, the spec indicated that there were several classes of timeout (short, medium, and long). The driver has these different timeout classes. We leave the class differentiation in the driver as-is (to protect against any future spec changes), but set the timeout for all classes to be 60 seconds. In addition, we fix a few commands which had hard-coded numeric timeouts specified. Signed-off-by: Jack Morgenstein Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed