From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v5 7/8] OMAP: adapt hsmmc to hwmod framework Date: Fri, 25 Feb 2011 12:43:43 -0800 Message-ID: <20110225204343.GD20560@atomide.com> References: <1298653783-26410-1-git-send-email-kishore.kadiyala@ti.com> <1298653783-26410-8-git-send-email-kishore.kadiyala@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1298653783-26410-8-git-send-email-kishore.kadiyala@ti.com> Sender: linux-mmc-owner@vger.kernel.org To: Kishore Kadiyala Cc: linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org, cjb@laptop.org, madhu.cr@ti.com, khilman@deeprootsystems.com, paul@pwsan.com, b-cousson@ti.com List-Id: linux-omap@vger.kernel.org * Kishore Kadiyala [110225 09:00]: > +static int omap_mmc_init(struct omap_hwmod *oh, void *hsmmcinfo) ... > + static int mmc_num; > + > + c += mmc_num; This does not look right.. Tony