diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-08-14 19:27:37 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-08-15 08:51:16 +0000 |
commit | 38c13b50d78a6be14689d78446562e67b6c7cd0f (patch) | |
tree | 51caff63a30d350c26e31fd948408e98b5c990c6 /src/device | |
parent | af1534f5afb6f3c64e24052a77a3bbbc8455b94c (diff) |
device/pnp_device: Remove return statement from void function
Change-Id: Ie766807ae1538b21acf471cfacbfe75cfeead921
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77187
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/pnp_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/pnp_device.c b/src/device/pnp_device.c index 9405d88e55..dad791ce52 100644 --- a/src/device/pnp_device.c +++ b/src/device/pnp_device.c @@ -113,7 +113,6 @@ void pnp_set_drq(struct device *dev, u8 index, u8 drq) void pnp_read_resources(struct device *dev) { - return; } static void pnp_set_resource(struct device *dev, struct resource *resource) |