>From ff5918b86b5ac7d39cb1efd33429e81484e51db0 Mon Sep 17 00:00:00 2001 From: Eric Seibel <[email protected]> Date: Tue, 30 Nov 2010 10:17:43 +0100 Subject: [PATCH 2/2] Bug fix in the new mrst delayed mechanism Signed-off-by: Eric Seibel <[email protected]>
---
arch/x86/kernel/mrst.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/mrst.c b/arch/x86/kernel/mrst.c
index 255c62a..f027411 100644
--- a/arch/x86/kernel/mrst.c
+++ b/arch/x86/kernel/mrst.c
@@ -1735,7 +1735,7 @@ static void __init
intel_delayed_spi_device_register(struct spi_board_info
sdev->modalias);
return;
}
- intel_delayed_device_register(sdev,
+ intel_delayed_device_register(new_dev,
intel_delayed_spi_device_register_cb);
}
@@ -1774,7 +1774,7 @@ static void __init intel_delayed_i2c_device_register(int
bus,
}
new_dev->bus = bus;
memcpy(&new_dev->dev, idev, sizeof(*idev));
- intel_delayed_device_register(idev,
+ intel_delayed_device_register(new_dev,
intel_delayed_i2c_device_register_cb);
}
--
1.6.2.2
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
0002-Bug-fix-in-the-new-mrst-delayed-mechanism.patch
Description: 0002-Bug-fix-in-the-new-mrst-delayed-mechanism.patch
_______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
