From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Cohen Subject: Re: [PATCHv8 08/11] mlx4: Allow interfaces to correspond to each other Date: Thu, 13 May 2010 14:13:12 +0300 Message-ID: <20100513111312.GG16073@mtldesk030.lab.mtl.com> References: <20100218172430.GI12286@mtls03> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Roland Dreier Cc: Eli Cohen , Linux RDMA list , ewg List-Id: linux-rdma@vger.kernel.org On Wed, May 12, 2010 at 01:30:22PM -0700, Roland Dreier wrote: > > +void *mlx4_get_prot_dev(struct mlx4_dev *dev, enum mlx4_prot proto, int port) > > +{ > > + return mlx4_find_get_prot_dev(dev, proto, port); > > +} > > +EXPORT_SYMBOL(mlx4_get_prot_dev); > > Not sure I understand why you have a wrapper to call another function > with exactly the same parameters? Can't we get rid of this and just > rename mlx4_find_get_prot_dev() to mlx4_get_prot_dev()? Sure, let's change that. -- 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