src/superio: Improve code formatting
Change-Id: I8597d205ca84bee0171c3d45549a28b58a050529 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16433 Tested-by: build bot (Jenkins) Reviewed-by: Antonello Dettori <dev@dettori.io>
This commit is contained in:
parent
96a8b54edb
commit
a15dde0719
|
@ -91,7 +91,7 @@ void it8671f_enable_serial(pnp_devfn_t dev, u16 iobase)
|
|||
|
||||
/*
|
||||
* Allow all devices to be enabled. Bits: FDC (0), Com1 (1), Com2 (2),
|
||||
* PP (3), Reserved (4), KBCK (5), KBCM (6), Reserved (7).
|
||||
* PP (3), Reserved (4), KBCK (5), KBCM (6), Reserved (7).
|
||||
*/
|
||||
it8671f_sio_write(0x00, IT8671F_CONFIG_REG_LDE, 0x6f);
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ static struct device_operations ops = {
|
|||
};
|
||||
|
||||
static struct pnp_info pnp_dev_info[] = {
|
||||
{ &ops, 0, 0, { 0, 0 }, }
|
||||
{ &ops, 0, 0, { 0, 0 }, }
|
||||
};
|
||||
|
||||
static void enable_dev(struct device *dev)
|
||||
|
|
Loading…
Reference in New Issue