Re: [PATCH] [SCSI] ps3rom: fix error return code

2014-11-05 Thread Geoff Levand
On Wed, 2014-11-05 at 21:11 +1100, Michael Ellerman wrote: > From: Julia Lawall > > Set the return variable to an error code as done elsewhere in the function. > > Signed-off-by: Julia Lawall > Signed-off-by: Michael Ellerman > --- > drivers/scsi/ps3rom.c | 1 + > 1 file changed, 1 insertion(

[PATCH] [SCSI] ps3rom: fix error return code

2014-11-05 Thread Michael Ellerman
From: Julia Lawall Set the return variable to an error code as done elsewhere in the function. Signed-off-by: Julia Lawall Signed-off-by: Michael Ellerman --- drivers/scsi/ps3rom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/scsi/ps3rom.c b/drivers/scsi/ps3rom.c index ef23fabe