Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751727AbbD3NBn (ORCPT ); Thu, 30 Apr 2015 09:01:43 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:50693 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751118AbbD3NBl (ORCPT ); Thu, 30 Apr 2015 09:01:41 -0400 Date: Thu, 30 Apr 2015 16:01:26 +0300 From: Dan Carpenter To: "J. German Rivera" Cc: gregkh@linuxfoundation.org, arnd@arndb.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, stuart.yoder@freescale.com, bhupesh.sharma@freescale.com, agraf@suse.de, bhamciu1@freescale.com, nir.erez@freescale.com, itai.katz@freescale.com, scottwood@freescale.com, R89243@freescale.com, richard.schmitt@freescale.com Subject: Re: [PATCH 7/7] staging: fsl-mc: Use DPMCP IRQ and completion var to wait for MC Message-ID: <20150430130126.GZ14154@mwanda> References: <1430242750-17745-1-git-send-email-German.Rivera@freescale.com> <1430242750-17745-8-git-send-email-German.Rivera@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430242750-17745-8-git-send-email-German.Rivera@freescale.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 25 On Tue, Apr 28, 2015 at 12:39:10PM -0500, J. German Rivera wrote: > /** > - * dprc_lookup_object - Finds a given MC object in a DPRC and returns > - * the index of the object in the DPRC > - * > - * @mc_bus_dev: pointer to the fsl-mc device that represents a DPRC object > - * @child_dev: pointer to the fsl-mc device to be looked up > - * @child_obj_index: output parameter to hold the index of the object > - */ > -int dprc_lookup_object(struct fsl_mc_device *mc_bus_dev, > - struct fsl_mc_device *child_dev, > - uint32_t *child_obj_index) This patchset is kind of jumbled up. We introduced this function in patch 4. There were never any users. Now we are deleting it in patch 7. regards, dan carpenter -- 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/