Re: [PATCH 8/9] console: allow to specify the device id

2015-01-05 Thread Sascha Hauer
On Tue, Dec 23, 2014 at 07:21:57PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > so we can use dynamic number id with specific devname > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > common/console.c | 2 +- > drivers/usb/gadget/u_serial.c | 1 + > include/console.h

[PATCH 8/9] console: allow to specify the device id

2014-12-23 Thread Jean-Christophe PLAGNIOL-VILLARD
so we can use dynamic number id with specific devname Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/console.c | 2 +- drivers/usb/gadget/u_serial.c | 1 + include/console.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/console.c