diff options
| -rw-r--r-- | drivers/video/nvidia/nv_setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/nvidia/nv_setup.c b/drivers/video/nvidia/nv_setup.c index 135ae18bfce8..eef2bb298d9f 100644 --- a/drivers/video/nvidia/nv_setup.c +++ b/drivers/video/nvidia/nv_setup.c | |||
| @@ -543,8 +543,7 @@ int NVCommonSetup(struct fb_info *info) | |||
| 543 | } else if (analog_on_B) { | 543 | } else if (analog_on_B) { |
| 544 | CRTCnumber = outputBfromCRTC; | 544 | CRTCnumber = outputBfromCRTC; |
| 545 | FlatPanel = 0; | 545 | FlatPanel = 0; |
| 546 | printk("nvidiafb: CRTC %i" | 546 | printk("nvidiafb: CRTC %i appears to have a " |
| 547 | "appears to have a " | ||
| 548 | "CRT attached\n", CRTCnumber); | 547 | "CRT attached\n", CRTCnumber); |
| 549 | } else if (slaved_on_A) { | 548 | } else if (slaved_on_A) { |
| 550 | CRTCnumber = 0; | 549 | CRTCnumber = 0; |
