Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756793AbaDWP7f (ORCPT ); Wed, 23 Apr 2014 11:59:35 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:33424 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752081AbaDWP73 (ORCPT ); Wed, 23 Apr 2014 11:59:29 -0400 Date: Wed, 23 Apr 2014 08:59:24 -0700 From: Dmitry Torokhov To: Oliver Neukum Cc: Michal =?iso-8859-1?Q?Mal=FD?= , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, jkosina@suse.cz, elias.vds@gmail.com, anssi.hannula@iki.fi, simon@mungewell.org Subject: Re: [PATCH v2 01/24] input: Add ff-memless-next module Message-ID: <20140423155923.GB10531@core.coreip.homeip.net> References: <1398175209-9565-1-git-send-email-madcatxster@devoid-pointer.net> <1398175209-9565-2-git-send-email-madcatxster@devoid-pointer.net> <1398255179.32091.1.camel@linux-fkkt.site> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1398255179.32091.1.camel@linux-fkkt.site> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 23, 2014 at 02:12:59PM +0200, Oliver Neukum wrote: > On Tue, 2014-04-22 at 15:59 +0200, Michal Mal? wrote: > > +/* Some devices might have a limit on how many uncombinable effects > > + * can be played at once */ > > +static int mlnx_upload_conditional(struct mlnx_device *mlnxdev, > > + const struct ff_effect *effect) > > +{ > > + struct mlnx_effect_command ecmd = { > > + .cmd = MLNX_UPLOAD_UNCOMB, > > + .u.uncomb.id = effect->id, > > + .u.uncomb.effect = effect > > + }; > > + return mlnxdev->control_effect(mlnxdev->dev, mlnxdev->private, > > &ecmd); > > +} > > + > > This mean you are building the structure on the stack > > 1. Are you sure nobody retains a reference? > 2. That is needlessly inefficient Why is it inefficient? -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/