Re: [PATCH 2/5] solos-pci: fix error return code
From: David Miller <davem@davemloft.net>
Date: 2014-08-07 23:05:04
Also in:
kernel-janitors, lkml
From: David Miller <davem@davemloft.net>
Date: 2014-08-07 23:05:04
Also in:
kernel-janitors, lkml
From: Julia Lawall <redacted> Date: Thu, 7 Aug 2014 14:49:07 +0200
From: Julia Lawall <redacted> Convert a zero return value on error to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/)
...
Signed-off-by: Julia Lawall <redacted>
Applied.