Re: [PATCH 1/8] staging:bcm:InterfaceDld: fix checkpatch error

2013-12-15 Thread Greg KH
On Sun, Dec 15, 2013 at 07:30:11AM +0530, Gokulnath A wrote: > On Sat, Dec 14, 2013 at 4:41 AM, Dan Carpenter > wrote: > > On Sat, Dec 14, 2013 at 01:05:29AM +0530, Gokulnath A wrote: > >> fixed all the errors found by checkpatch.pl > >> > > > > This is not very useful. The subjects of this patc

[PATCH -next] staging: xillybus: fix error return code in xilly_probe()

2013-12-15 Thread Wei Yongjun
From: Wei Yongjun Fix to return negative error code -EIO from the error handling case instead of 0. Signed-off-by: Wei Yongjun --- drivers/staging/xillybus/xillybus_pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xillybus/xillybus_pcie.c b/drivers/st