more warning fixes.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5242 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
b319b1778c
commit
bd112980ff
@@ -345,7 +345,7 @@ static void enable_dev(device_t dev)
|
||||
|
||||
/* Enable the specified devices (if present on the chip). */
|
||||
pnp_enable_devices(dev, &pnp_ops, ARRAY_SIZE(pnp_dev_info),
|
||||
&pnp_dev_info);
|
||||
&pnp_dev_info[0]);
|
||||
|
||||
/* Restore LD_FOO values. */
|
||||
for (j = 0; j < ARRAY_SIZE(pnp_dev_info); j++)
|
||||
|
Reference in New Issue
Block a user