drivers/net/ne2k.c: Remove unuseful 'return' in void function

Change-Id: I2313dc209eb9035f1026a1f37ef8146c57c60986
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61482
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS 2022-01-30 11:45:40 +01:00 committed by Felix Held
parent bef4ec7e57
commit 442c598a0c
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ static void read_resources(struct device *dev)
res->limit = res->base + res->size - 1;
res->flags = IORESOURCE_IO | IORESOURCE_FIXED | IORESOURCE_STORED |
IORESOURCE_ASSIGNED;
return;
}
static struct device_operations ne2k_ops = {