sb/intel/lynxpoint/me_9.x.c: Add spaces around `=`
Tested with BUILD_TIMELESS=1, Asrock B85M Pro4 remains identical. Change-Id: I1baa731335a9c543c7d31b9aadc8758806750c64 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42629 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
48833363da
commit
b4b4e32e4c
|
@ -847,9 +847,9 @@ static const unsigned short pci_device_ids[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct pci_driver intel_me __pci_driver = {
|
static const struct pci_driver intel_me __pci_driver = {
|
||||||
.ops = &device_ops,
|
.ops = &device_ops,
|
||||||
.vendor = PCI_VENDOR_ID_INTEL,
|
.vendor = PCI_VENDOR_ID_INTEL,
|
||||||
.devices= pci_device_ids,
|
.devices = pci_device_ids,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* !__SIMPLE_DEVICE__ */
|
#endif /* !__SIMPLE_DEVICE__ */
|
||||||
|
|
Loading…
Reference in New Issue