All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <felipe.balbi@nokia.com>
To: Linux OMAP Mailing List <linux-omap@vger.kernel.org>
Cc: Tony Lindgren <tony@atomide.com>,
	Hiroshi DOYU <Hiroshi.DOYU@nokia.com>,
	Felipe Balbi <felipe.balbi@nokia.com>
Subject: [PATCH 2/2] arm: omap1: mailbox: kill compile warning
Date: Tue, 22 Dec 2009 22:15:55 +0200	[thread overview]
Message-ID: <1261512955-19437-3-git-send-email-felipe.balbi@nokia.com> (raw)
In-Reply-To: <1261512955-19437-1-git-send-email-felipe.balbi@nokia.com>

remove unused variable and kill compile warning.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
 arch/arm/mach-omap1/mailbox.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c
index 38a7d2c..3fcce3d 100644
--- a/arch/arm/mach-omap1/mailbox.c
+++ b/arch/arm/mach-omap1/mailbox.c
@@ -146,7 +146,6 @@ EXPORT_SYMBOL(mbox_dsp_info);
 static int __devinit omap1_mbox_probe(struct platform_device *pdev)
 {
 	struct resource *res;
-	int ret = 0;
 
 	if (pdev->num_resources != 2) {
 		dev_err(&pdev->dev, "invalid number of resources: %d\n",
-- 
1.6.6.rc0


      parent reply	other threads:[~2009-12-22 20:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-22 20:15 [PATCH 0/2] omap1 mailbox compile warning removal Felipe Balbi
2009-12-22 20:15 ` [PATCH 1/2] arm: omap1: mailbox: kill compile warning Felipe Balbi
2009-12-29  0:26   ` Tony Lindgren
2009-12-29  0:59     ` [PATCH v2] " Felipe Balbi
2009-12-29 12:56       ` Felipe Balbi
2009-12-29 13:04         ` [PATCH] " Felipe Balbi
2009-12-22 20:15 ` Felipe Balbi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1261512955-19437-3-git-send-email-felipe.balbi@nokia.com \
    --to=felipe.balbi@nokia.com \
    --cc=Hiroshi.DOYU@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.