sb/amd/cimx/sb800/lpc: Shorten and wrap long lines
Change-Id: I190d41816eef2a5b27a9026ed3d3c822eee8b42b Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/21462 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
@@ -101,7 +101,8 @@ void lpc_enable_childrens_resources(device_t dev)
|
|||||||
base = res->base;
|
base = res->base;
|
||||||
end = resource_end(res);
|
end = resource_end(res);
|
||||||
/*
|
/*
|
||||||
printk(BIOS_DEBUG, "sb800 lpc decode:%s, base=0x%08x, end=0x%08x\n",
|
printk(BIOS_DEBUG, "sb800 lpc decode:%s,
|
||||||
|
base=0x%08x, end=0x%08x\n",
|
||||||
dev_path(child), base, end);
|
dev_path(child), base, end);
|
||||||
*/
|
*/
|
||||||
switch (base) {
|
switch (base) {
|
||||||
|
Reference in New Issue
Block a user