Merge 3.9-rc5 into tty-next
We need the fixes here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -2583,8 +2583,10 @@ bed:
|
||||
NULL, NULL, NULL);
|
||||
|
||||
/* Check if the we got some results */
|
||||
if (!self->cachedaddr)
|
||||
return -EAGAIN; /* Didn't find any devices */
|
||||
if (!self->cachedaddr) {
|
||||
err = -EAGAIN; /* Didn't find any devices */
|
||||
goto out;
|
||||
}
|
||||
daddr = self->cachedaddr;
|
||||
/* Cleanup */
|
||||
self->cachedaddr = 0;
|
||||
|
Reference in New Issue
Block a user