mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-24 05:59:17 +07:00
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);
|
||||
res = -EINVAL;
|
||||
goto out_unlock;
|
||||
break;
|
||||
}
|
||||
|
||||
virt_addr_space->size = size_to_map;
|
||||
|
Loading…
Reference in New Issue
Block a user