The patch titled apple-smc-driver: do not print error on systems without apple motion sensor has been removed from the -mm tree. Its filename was apple-smc-driver-do-not-print-error-on-systems-without-apple-motion-sensor.patch This patch was dropped because it was folded into apple-smc-driver-hardware-monitoring-and-control.patch ------------------------------------------------------ Subject: apple-smc-driver: do not print error on systems without apple motion sensor From: Olaf Hering <olaf@xxxxxxxxx> It is not an error if a system has no ams hardware. Do not clutter dmesg in this case. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Cc: Nicolas Boichat <nicolas@xxxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/hwmon/ams/ams-core.c | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/hwmon/ams/ams-core.c~apple-smc-driver-do-not-print-error-on-systems-without-apple-motion-sensor drivers/hwmon/ams/ams-core.c --- a/drivers/hwmon/ams/ams-core.c~apple-smc-driver-do-not-print-error-on-systems-without-apple-motion-sensor +++ a/drivers/hwmon/ams/ams-core.c @@ -219,9 +219,6 @@ int __init ams_init(void) /* Found PMU motion sensor */ return ams_pmu_init(np); #endif - - printk(KERN_ERR "ams: No motion sensor found.\n"); - return -ENODEV; } _ Patches currently in -mm which might be from olaf@xxxxxxxxx are origin.patch git-kbuild.patch cleanup-variable-usage-in-mesh-interrupt-handler.patch keep-track-of-network-interface-renaming.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html