public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: linux-omap-open-source@linux.omap.com
Subject: [patch 2.6.21-rc5-omap1-git] fix OMAP1 mpuio suspend/resume oops
Date: Mon, 2 Apr 2007 12:46:47 -0700	[thread overview]
Message-ID: <200704021246.47873.david-b@pacbell.net> (raw)

Fix oops in omap16xx mpuio suspend/resume code; field wasn't initialized 

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>

--- osk2.orig/arch/arm/plat-omap/gpio.c	2007-04-01 09:46:56.000000000 -0700
+++ osk2/arch/arm/plat-omap/gpio.c	2007-04-01 22:13:35.000000000 -0700
@@ -1178,6 +1178,8 @@ static struct platform_device omap_mpuio
 
 static inline void mpuio_init(void)
 {
+	platform_set_drvdata(&omap_mpuio_device, &gpio_bank_1610[0]);
+
 	if (platform_driver_register(&omap_mpuio_driver) == 0)
 		(void) platform_device_register(&omap_mpuio_device);
 }

             reply	other threads:[~2007-04-02 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-02 19:46 David Brownell [this message]
2007-04-03 18:51 ` [patch 2.6.21-rc5-omap1-git] fix OMAP1 mpuio suspend/resume oops Tony Lindgren

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=200704021246.47873.david-b@pacbell.net \
    --to=david-b@pacbell.net \
    --cc=linux-omap-open-source@linux.omap.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox