mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 15:49:56 +00:00
uwb: i1480: add missing goto
Add missing goto. Addresses-Coverity-ID: 1226913 Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9b4632ef3f
commit
7f7c3cde61
@ -126,6 +126,7 @@ int i1480_mpi_read(struct i1480 *i1480, u8 *data, u16 srcaddr, size_t size)
|
||||
dev_err(i1480->dev, "MPI-READ: command execution failed: %d\n",
|
||||
reply->bResultCode);
|
||||
result = -EIO;
|
||||
goto out;
|
||||
}
|
||||
for (cnt = 0; cnt < size; cnt++) {
|
||||
if (reply->data[cnt].page != (srcaddr + cnt) >> 8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user