mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
uvesafb: Really allow mtrr being 0, as documented and warn()ed
Fixup for commit "uvesafb: Clean up MTRR code"
(63e28a7a5f
)
Signed-off-by: Sylvain "ythier" Hitier <sylvain.hitier@gmail.com>
Acked-by: Andy Lutomirski <luto@amacapital.net>
Also-spotted-by: Torsten Kaiser <just.for.lkml@googlemail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
d4639ebadb
commit
d1ce3d5496
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user