Re: [PATCH] USB: serial: upd78f0730: sort device ids

2017-02-13 Thread Johan Hovold
On Mon, Feb 13, 2017 at 05:44:17PM +0300, Maksim Salau wrote: > > Sort the device ids by vendor id. > > > > Signed-off-by: Johan Hovold > > Thanks for taking care of that. I didn't bothered about order > before your comment about ftd_sio driver. Yeah, I didn't even notice it

Re: [PATCH] USB: serial: upd78f0730: sort device ids

2017-02-13 Thread Maksim Salau
> Sort the device ids by vendor id. > > Signed-off-by: Johan Hovold Thanks for taking care of that. I didn't bothered about order before your comment about ftd_sio driver. Maksim. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message

[PATCH] USB: serial: upd78f0730: sort device ids

2017-02-13 Thread Johan Hovold
Sort the device ids by vendor id. Signed-off-by: Johan Hovold --- drivers/usb/serial/upd78f0730.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/serial/upd78f0730.c b/drivers/usb/serial/upd78f0730.c index f1e6c07ffc81..a028dd2310c9 100644 ---