[PATCH] drivers/video/matrox/matroxfb_misc.c: remove dead code

This patch removes some obviously dead code found by the Coverity
checker.

This patch was already ACK'ed by Petr Vandrovec.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Adrian Bunk and committed by Linus Torvalds 67da54cf db407163

+1 -4
+1 -4
drivers/video/matrox/matroxfb_misc.c
··· 197 197 DBG(__FUNCTION__) 198 198 199 199 hw->SEQ[0] = 0x00; 200 - if (fwidth == 9) 201 - hw->SEQ[1] = 0x00; 202 - else 203 - hw->SEQ[1] = 0x01; /* or 0x09 */ 200 + hw->SEQ[1] = 0x01; /* or 0x09 */ 204 201 hw->SEQ[2] = 0x0F; /* bitplanes */ 205 202 hw->SEQ[3] = 0x00; 206 203 hw->SEQ[4] = 0x0E;