Staging: ipack/bridges/tpci200: remove useless break in tpci200_slot_map_space()
Signed-off-by: Miguel Gómez <magomez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5e4be52398
commit
14d9f9a3e1
|
@ -686,7 +686,6 @@ static int tpci200_slot_map_space(struct ipack_device *dev,
|
||||||
tpci200->number, dev->slot, space);
|
tpci200->number, dev->slot, space);
|
||||||
res = -EINVAL;
|
res = -EINVAL;
|
||||||
goto out_unlock;
|
goto out_unlock;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virt_addr_space->size = size_to_map;
|
virt_addr_space->size = size_to_map;
|
||||||
|
|
Loading…
Reference in New Issue