From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: Re: [PATCH 2/6] IB/core: fix wrong display of rate in sysfs Date: Tue, 28 Feb 2012 17:15:52 +0200 Message-ID: <4F4CEFA8.5070502@mellanox.com> References: <1828884A29C6694DAF28B7E6B8A82373256757DB@ORSMSX101.amr.corp.intel.com> <4F49EBD1.7030900@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Roland Dreier Cc: "Hefty, Sean" , linux-rdma List-Id: linux-rdma@vger.kernel.org On 2/27/2012 7:23 PM, Roland Dreier wrote: > If no one has a problem, I'll just go ahead with the following... it has one little bug, see below > > -- > > switch (attr.active_speed) { > + case 1: > + /* SDR */ > + rate = 25; missing break here, will send you now fixed version Or. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html