summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikulas Patocka <mikulas@twibright.com>2018-02-13 01:42:27 +0100
committerMatt Turner <mattst88@gmail.com>2018-02-20 09:36:44 -0800
commit767c19e7142da1060586b1ff2b5e7253b6d6276b (patch)
tree4a45cb5d9982f0ecc71271b5f926f1862252ab2d
parentb9aab0dcb171ab936a8581d8287aac3a90652a09 (diff)
mga_drv: fix structure definition
Fix missing entry in structure definition. Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Mikulas Patocka <mikulas@twibright.com>
-rw-r--r--src/mga_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c
index e496d0b..ab93c71 100644
--- a/src/mga_driver.c
+++ b/src/mga_driver.c
@@ -426,7 +426,7 @@ static const struct mga_device_attributes attribs[] = {
16384, 0x4000, /* Memory probe size & offset values */
},
- [17] = { 0, 1, 0, 0, 1, 0, 0, new_BARs,
+ [17] = { 0, 1, 0, 0, 1, 0, 0, 0, new_BARs,
(TRANSC_SOLID_FILL | TWO_PASS_COLOR_EXPAND | USE_LINEAR_EXPANSION),
{
{ 50000, 230000 }, /* System VCO frequencies */