CL-GD 54xx: Remove an excess logging line.
This commit is contained in:
@@ -4141,8 +4141,6 @@ gd54xx_reset(void *priv)
|
|||||||
gd54xx_t *gd54xx = (gd54xx_t *) priv;
|
gd54xx_t *gd54xx = (gd54xx_t *) priv;
|
||||||
svga_t *svga = &gd54xx->svga;
|
svga_t *svga = &gd54xx->svga;
|
||||||
|
|
||||||
pclog("gd54xx_reset()\n");
|
|
||||||
|
|
||||||
memset(svga->crtc, 0x00, sizeof(svga->crtc));
|
memset(svga->crtc, 0x00, sizeof(svga->crtc));
|
||||||
memset(svga->seqregs, 0x00, sizeof(svga->seqregs));
|
memset(svga->seqregs, 0x00, sizeof(svga->seqregs));
|
||||||
memset(svga->gdcreg, 0x00, sizeof(svga->gdcreg));
|
memset(svga->gdcreg, 0x00, sizeof(svga->gdcreg));
|
||||||
|
|||||||
Reference in New Issue
Block a user