aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/aspeed/ast2050/ast2050.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/aspeed/ast2050/ast2050.c')
-rw-r--r--src/drivers/aspeed/ast2050/ast2050.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/aspeed/ast2050/ast2050.c b/src/drivers/aspeed/ast2050/ast2050.c
index 59d3f0bfee..ed128f319b 100644
--- a/src/drivers/aspeed/ast2050/ast2050.c
+++ b/src/drivers/aspeed/ast2050/ast2050.c
@@ -73,7 +73,7 @@ static struct device_operations aspeed_ast2050_ops = {
};
static const struct pci_driver aspeed_ast2050_driver __pci_driver = {
- .ops = &aspeed_ast2050_ops,
- .vendor = PCI_VENDOR_ID_ASPEED,
- .device = PCI_DEVICE_ID_ASPEED_AST2050_VGA,
+ .ops = &aspeed_ast2050_ops,
+ .vendor = PCI_VENDOR_ID_ASPEED,
+ .device = PCI_DEVICE_ID_ASPEED_AST2050_VGA,
};