Re: [Line6linux-devel] [PATCH] line6: Use kmemdup rather than duplicating its implementation

2012-12-04 Thread Markus Grabner
Am Montag, 3. Dezember 2012, 17:34:07 schrieb Stefan Hajnoczi: > On Mon, Dec 3, 2012 at 2:20 PM, Laurent Navet wrote: > > staging: line6: driver.c > > > > The semantic patch that makes this output is available > > in scripts/coccinelle/api/memdup.cocci. > > > > Signed-off-by: Laurent Navet >

Re: [PATCH 00/46] staging: line6: drop MIDI state sysfs attrs

2012-11-23 Thread Markus Grabner
Am Donnerstag, 22. November 2012, 21:08:55 schrieb Stefan Hajnoczi: > On Thu, Nov 22, 2012 at 8:58 PM, Greg Kroah-Hartman > > wrote: > > On Thu, Nov 22, 2012 at 08:48:39PM +0100, Stefan Hajnoczi wrote: > >> Markus and I have discussed the MIDI processing that currently happens in > >> the line6 d

Re: [PATCH 1/8] staging: line6: wrap >80 char lines in capture.c

2012-11-15 Thread Markus Grabner
On Thursday 15 November 2012 14:12:31 Joe Perches wrote: > On Thu, 2012-11-15 at 22:03 +0100, Markus Grabner wrote: > > Am Mittwoch, 14. November 2012, 17:33:05 schrieb Dan Carpenter: > > > The reason this is hitting the 80 character limit is because > > > "LINE6_I

Re: [PATCH 1/8] staging: line6: wrap >80 char lines in capture.c

2012-11-15 Thread Markus Grabner
Am Mittwoch, 14. November 2012, 17:33:05 schrieb Dan Carpenter: > On Sun, Nov 11, 2012 at 01:24:39PM +0100, Stefan Hajnoczi wrote: > > Signed-off-by: Stefan Hajnoczi > > --- > > > > drivers/staging/line6/capture.c | 13 - > > 1 file changed, 8 insertions(+), 5 deletions(-) > > > > d

Re: staging: Line6 - Steps needed to get driver out of staging area

2012-09-18 Thread Markus Grabner
Am Dienstag, 18. September 2012, 10:06:13 schrieb Johannes Thumshirn: > On 09/17/2012 10:22 PM, Greg KH wrote: > > On Sun, Sep 16, 2012 at 07:29:03PM +0200, Johannes Thumshirn wrote: > >> Hi LKML, > >> > >> I wanted to ask for the steps that are needed to get the line6 > >> driver out of the stagi