Re: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-07-01 Thread Richard Leitner
On Tue, 1 Jul 2014 09:31:49 +0200 Richard Leitner wrote: > On Mon, 30 Jun 2014 07:45:43 -0700 > Greg Kroah-Hartman wrote: > > > > > > > From: Of Richard Leitner > > > > > > > Replaces all hardcoded ttyGS strings with the PREFIX macro. > > > > > > > Due to the fact the strings are spread over di

Re: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-07-01 Thread Richard Leitner
On Mon, 30 Jun 2014 07:45:43 -0700 Greg Kroah-Hartman wrote: > > > > > From: Of Richard Leitner > > > > > > Replaces all hardcoded ttyGS strings with the PREFIX macro. > > > > > > Due to the fact the strings are spread over different source files > > > > > > the > > > > > > PREFIX definition is

Re: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-06-30 Thread Greg Kroah-Hartman
On Mon, Jun 30, 2014 at 01:23:27PM +0200, Richard Leitner wrote: > Hi, > > On Mon, 30 Jun 2014 09:08:01 + > David Laight wrote: > > > > > From: Of Richard Leitner > > > > > Replaces all hardcoded ttyGS strings with the PREFIX macro. > > > > > Due to the fact the strings are spread over diffe

Re: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-06-30 Thread Richard Leitner
Hi, On Mon, 30 Jun 2014 09:08:01 + David Laight wrote: > > > From: Of Richard Leitner > > > > Replaces all hardcoded ttyGS strings with the PREFIX macro. > > > > Due to the fact the strings are spread over different source files the > > > > PREFIX definition is moved to u_serial.h > > > > >

RE: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-06-30 Thread David Laight
From: Richard Leitner > On Mon, 30 Jun 2014 08:41:18 + > David Laight wrote: > > > From: Of Richard Leitner > > > Replaces all hardcoded ttyGS strings with the PREFIX macro. > > > Due to the fact the strings are spread over different source files the > > > PREFIX definition is moved to u_ser

Re: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-06-30 Thread Richard Leitner
Hi, On Mon, 30 Jun 2014 08:41:18 + David Laight wrote: > From: Of Richard Leitner > > Replaces all hardcoded ttyGS strings with the PREFIX macro. > > Due to the fact the strings are spread over different source files the > > PREFIX definition is moved to u_serial.h > > Lots of changes like:

RE: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-06-30 Thread David Laight
From: Of Richard Leitner > Replaces all hardcoded ttyGS strings with the PREFIX macro. > Due to the fact the strings are spread over different source files the > PREFIX definition is moved to u_serial.h Lots of changes like: > - DBG(cdev, "acm ttyGS%d completion, err %d\n", > -

[PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-06-30 Thread Richard Leitner
Replaces all hardcoded ttyGS strings with the PREFIX macro. Due to the fact the strings are spread over different source files the PREFIX definition is moved to u_serial.h Signed-off-by: Richard Leitner --- v2: removed checkpatch.pl resovling (will be in a separate patch) --- drivers/usb/gadget/