media: pvrusb2: drop unneeded newline
[linux-2.6-block.git] / drivers / media / usb / pvrusb2 / pvrusb2-hdw.c
index 09bd6c6c176cb43f858da0dc2f83d3f0f8b52545..e0353161ccd6ce9743adcf34f5cb6ecaabeacc2e 100644 (file)
@@ -2351,7 +2351,8 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
 
        if (hdw_desc == NULL) {
                pvr2_trace(PVR2_TRACE_INIT, "pvr2_hdw_create: No device description pointer, unable to continue.");
-               pvr2_trace(PVR2_TRACE_INIT, "If you have a new device type, please contact Mike Isely <isely@pobox.com> to get it included in the driver\n");
+               pvr2_trace(PVR2_TRACE_INIT,
+                          "If you have a new device type, please contact Mike Isely <isely@pobox.com> to get it included in the driver");
                goto fail;
        }