Re: [PATCH] MAINTAINERS: Remove myself as nvec co-maintainer

2015-09-22 Thread Julian Andres Klode
On Sun, Sep 13, 2015 at 05:23:27PM +0200, Julian Andres Klode wrote: > My device broke a long time ago, so I do not have any > chance of testing things or any reason to continue > maintaining it. > > Signed-off-by: Julian Andres Klode > Cc: Marc Dietrich > --- > MAI

[PATCH] MAINTAINERS: Remove myself as nvec co-maintainer

2015-09-13 Thread Julian Andres Klode
My device broke a long time ago, so I do not have any chance of testing things or any reason to continue maintaining it. Signed-off-by: Julian Andres Klode Cc: Marc Dietrich --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index b60e2b2..1b2bbc3

Re: [PATCH] Warning that occured while compiling the nvec in 3.19.0-rc5+ is fixed

2015-01-31 Thread Julian Andres Klode
gpio line. >> + The gpio line is a generic pin on integrated circuit whose input or >> output pin can be controlled by the user at run time. > > > There's no way this is correct, look at how long your line is. > I'm not even sure if this level of detail is ne

Re: [PATCH] staging: nvec: remove unneccessary 'else' after 'return' statement

2014-07-04 Thread Julian Andres Klode
d line. Use git format-patch to format patches and you can send them using git-send-email. See Documentation/SubmittingPatches for more details Thanks, -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. Be friendly,

Re: [patch v2] Documentation/email-clients.txt: add a section about git

2014-05-08 Thread Julian Andres Klode
seless cat as well. No point in running two processes when the same can be done in a simpler way in one process, IMO. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. Please do not top-post if po

Re: [patch] staging: nvec: potential NULL dereference on error path

2013-11-07 Thread Julian Andres Klode
NVEC_MSG_SIZE); > break; > default: > nvec->state = 0; In the TX case, we print 0 if nvec->tx is NULL, so using -1 if nvec->rx is NULL would be inconsistent. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://w