Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750710AbWHFUsv (ORCPT ); Sun, 6 Aug 2006 16:48:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750711AbWHFUsv (ORCPT ); Sun, 6 Aug 2006 16:48:51 -0400 Received: from caramon.arm.linux.org.uk ([217.147.92.249]:30986 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id S1750710AbWHFUsu (ORCPT ); Sun, 6 Aug 2006 16:48:50 -0400 Date: Sun, 6 Aug 2006 21:48:42 +0100 From: Russell King To: Pierre Ossman Cc: Pierre Ossman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] [MMC] Fix base address configuration in wbsd Message-ID: <20060806204842.GE16816@flint.arm.linux.org.uk> Mail-Followup-To: Pierre Ossman , Pierre Ossman , linux-kernel@vger.kernel.org References: <20060806202223.13663.66134.stgit@poseidon.drzeus.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060806202223.13663.66134.stgit@poseidon.drzeus.cx> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 901 Lines: 21 On Sun, Aug 06, 2006 at 10:22:23PM +0200, Pierre Ossman wrote: > There were some confusion about base I/O variables in the wbsd driver. > Seems like things have been working on shear luck so far. The global 'io' > variable (used when manually configuring the resources) was used instead of > the local 'base' variable. Applied, thanks. Shouldn't "base" be something other than "int" (eg, unsigned long) ? Also, wbsd_init() takes base, irq, dma but passes wbsd_request_resources io, irq and dma? I suspect more fixes are on their way... 8) -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - 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/