aboutsummaryrefslogtreecommitdiff
path: root/src/device/hypertransport.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:50:45 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 15:56:17 +0000
commitf219cd8342ba8088eb3c48aac71d4975a35527ac (patch)
tree7525ab4ab00ee769b65b074c77663c41c0642926 /src/device/hypertransport.c
parent0dd92f8222f9210ff7d33072ae197ed785cd38aa (diff)
src/device: Drop unneeded empty lines
Change-Id: Ief990b4174d13b3472ac75a042ae8d878640dda3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44608 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/device/hypertransport.c')
-rw-r--r--src/device/hypertransport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/hypertransport.c b/src/device/hypertransport.c
index a9f922fdf3..068c489b05 100644
--- a/src/device/hypertransport.c
+++ b/src/device/hypertransport.c
@@ -308,7 +308,6 @@ static unsigned int do_hypertransport_scan_chain(struct bus *bus, unsigned int m
}
} while ((ctrl & (1 << 5)) == 0);
-
/* Get and setup the device_structure. */
dev = ht_scan_get_devs(&old_devices);