UPSTREAM: src/superio: Improve code formatting
BUG=None BRANCH=None TEST=None 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> Change-Id: I8597d205ca84bee0171c3d45549a28b58a050529 Reviewed-on: https://chromium-review.googlesource.com/381731 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
36a8344683
commit
5427304951
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue