The patch titled Fujitsu application panel led value has been removed from the -mm tree. Its filename was fujitsu-application-panel-led-value.patch This patch was dropped because it was folded into fujitsu-application-panel-driver.patch ------------------------------------------------------ Subject: Fujitsu application panel led value From: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Use proper encoding for LED values. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/misc/apanel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/input/misc/apanel.c~fujitsu-application-panel-led-value drivers/input/misc/apanel.c --- a/drivers/input/misc/apanel.c~fujitsu-application-panel-led-value +++ a/drivers/input/misc/apanel.c @@ -132,11 +132,11 @@ static void mail_led_set(struct led_clas enum led_brightness value) { struct apanel *ap = container_of(led, struct apanel, mail_led); - if (value) + + if (value != LED_OFF) ap->led_bits |= 0x8000; else ap->led_bits &= ~0x8000; - ap->led_bits = value; schedule_work(&ap->led_work); } _ Patches currently in -mm which might be from shemminger@xxxxxxxxxxxxxxxxxxxx are git-input.patch fujitsu-application-panel-driver.patch fujitsu-application-panel-led-value.patch git-net.patch git-netdev-all.patch git-wireless.patch bonding-locking-fix.patch bridge-assign-random-address.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