diff options
author | Mikulas Patocka <mikulas@twibright.com> | 2018-02-13 01:42:27 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2018-02-20 09:36:44 -0800 |
commit | 767c19e7142da1060586b1ff2b5e7253b6d6276b (patch) | |
tree | 4a45cb5d9982f0ecc71271b5f926f1862252ab2d | |
parent | b9aab0dcb171ab936a8581d8287aac3a90652a09 (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.c | 2 |
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 */ |