summaryrefslogtreecommitdiffstats
path: root/src/device
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-08-14 19:27:37 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-08-15 08:51:16 +0000
commit38c13b50d78a6be14689d78446562e67b6c7cd0f (patch)
tree51caff63a30d350c26e31fd948408e98b5c990c6 /src/device
parentaf1534f5afb6f3c64e24052a77a3bbbc8455b94c (diff)
downloadcoreboot-38c13b50d78a6be14689d78446562e67b6c7cd0f.tar.gz
coreboot-38c13b50d78a6be14689d78446562e67b6c7cd0f.tar.bz2
coreboot-38c13b50d78a6be14689d78446562e67b6c7cd0f.zip
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/pnp_device.c b/src/device/pnp_device.c
index 9405d88e55fe..dad791ce5260 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)