This is a note to let you know that I've just added the patch titled

    tty: serial: men_z135_uart: Add terminating entry for men_z135_ids

to the 3.18-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     tty-serial-men_z135_uart-add-terminating-entry-for-men_z135_ids.patch
and it can be found in the queue-3.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 6b1f40cf4840820051d69646af0b6503878cb1bc Mon Sep 17 00:00:00 2001
From: Axel Lin <[email protected]>
Date: Mon, 10 Nov 2014 16:05:03 +0800
Subject: tty: serial: men_z135_uart: Add terminating entry for men_z135_ids

From: Axel Lin <[email protected]>

commit 6b1f40cf4840820051d69646af0b6503878cb1bc upstream.

The mcb_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/tty/serial/men_z135_uart.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/tty/serial/men_z135_uart.c
+++ b/drivers/tty/serial/men_z135_uart.c
@@ -809,6 +809,7 @@ static void men_z135_remove(struct mcb_d
 
 static const struct mcb_device_id men_z135_ids[] = {
        { .device = 0x87 },
+       { }
 };
 MODULE_DEVICE_TABLE(mcb, men_z135_ids);
 


Patches currently in stable-queue which might be from [email protected] are

queue-3.18/tty-serial-men_z135_uart-add-terminating-entry-for-men_z135_ids.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to