From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 13 Oct 2007 22:36:57 -0600 From: Grant Likely Subject: [PATCH 1/2] mpc52xx-ata: fix compile warning (unused variable) To: Linus Torvalds Message-id: <20071014043657.23348.56519.stgit@trillian.cg.shawcable.net> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Grant Likely Trivial unused variable fix Signed-off-by: Grant Likely --- drivers/ata/pata_mpc52xx.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c index 099f4cd..f1c3f4d 100644 --- a/drivers/ata/pata_mpc52xx.c +++ b/drivers/ata/pata_mpc52xx.c @@ -309,7 +309,6 @@ mpc52xx_ata_init_one(struct device *dev, struct mpc52xx_ata_priv *priv) struct ata_host *host; struct ata_port *ap; struct ata_ioports *aio; - int rc; host = ata_host_alloc(dev, 1); if (!host)