]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/pc/devtv.c
pc, pc64: clear debug watchpoint registers on exec and exit
[plan9front.git] / sys / src / 9 / pc / devtv.c
index 7dd729004e4da2350a39434388c2e8e21323fc0f..4e0c327929a0ba64455fdb59cab5f1d640f0c6df 100644 (file)
@@ -608,7 +608,7 @@ tvinit(void)
                }
                else if (i2cread(tv, i2c_stbee, &v)) {
                        USED(t);
-                       panic("#V: Cannot deal with STB cards\n");
+                       panic("#V: Cannot deal with STB cards");
                }
                else if (i2cread(tv, i2c_miroproee, &v)) {
                        tv->board = Bt848_miropro;
@@ -1449,7 +1449,7 @@ vstart(Tv *tv, int nframes, int w, int h, int stride)
                                &frames[i].fjmp);
                        break;
                default:
-                       panic("vstart: Unsupport colorformat\n");
+                       panic("vstart: Unsupport colorformat");
                }
        }