mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Revert "fbdev: atafb - add palette register check"
This reverts commit 8546e3ce6e37c359979b69862442f94e0ef0e03b, as it's a partial duplicate of commit 2f390380ca69e1617cdddb12d8da94f0a9f4319d ("fbdev: add palette register check to several drivers"). The former went in first through the m68k tree, the latter through Andrew Morton. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
04a1e62c2c
commit
331d9d5958
@ -2245,9 +2245,6 @@ static int ext_setcolreg(unsigned int regno, unsigned int red,
|
||||
if (regno > 255)
|
||||
return 1;
|
||||
|
||||
if (regno > 255)
|
||||
return 1;
|
||||
|
||||
switch (external_card_type) {
|
||||
case IS_VGA:
|
||||
OUTB(0x3c8, regno);
|
||||
|
Loading…
x
Reference in New Issue
Block a user