mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 12:44:32 -04: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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
Reference in New Issue
Block a user