Message ID | 20130712162554.GA3789@begonia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 296279b..2121fc3 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c @@ -1891,7 +1891,7 @@ static int uvesafb_setup(char *options) } } - if (mtrr != 3 && mtrr != 1) + if (mtrr != 3 && mtrr != 0) pr_warn("uvesafb: mtrr should be set to 0 or 3; %d is unsupported", mtrr); return 0;