The patch titled
applesmc: Use the address as platform device ID
has been removed from the -mm tree. Its filename was
applesmc-use-the-address-as-platform-device-id.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: applesmc: Use the address as platform device ID
From: Jean Delvare <[EMAIL PROTECTED]>
Let the applesmc device export its address to userspace. libsensors needs
this to recognize the device and give it a unique ID.
Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
Cc: Nicolas Boichat <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/hwmon/applesmc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -puN
drivers/hwmon/applesmc.c~applesmc-use-the-address-as-platform-device-id
drivers/hwmon/applesmc.c
--- a/drivers/hwmon/applesmc.c~applesmc-use-the-address-as-platform-device-id
+++ a/drivers/hwmon/applesmc.c
@@ -1190,7 +1190,8 @@ static int __init applesmc_init(void)
if (ret)
goto out_region;
- pdev = platform_device_register_simple("applesmc", -1, NULL, 0);
+ pdev = platform_device_register_simple("applesmc", APPLESMC_DATA_PORT,
+ NULL, 0);
if (IS_ERR(pdev)) {
ret = PTR_ERR(pdev);
goto out_driver;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-alsa.patch
git-dvb.patch
scx200-use-mutex-instead-of-semaphore.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html