(__u16) USBVISION_FILT_CONT, value, 2, HZ);
 
        if (rc < 0) {
-               printk(KERN_ERR "%s: ERROR=%d. USBVISION stopped - "
-                      "reconnect or reload driver.\n", proc, rc);
+               printk(KERN_ERR "%s: ERROR=%d. USBVISION stopped - reconnect or reload driver.\n",
+                      proc, rc);
        }
        usbvision->isoc_mode = format;
        return rc;
                             (__u16) USBVISION_INTRA_CYC, value, 5, HZ);
 
        if (rc < 0) {
-               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
-                      "reconnect or reload driver.\n", proc, rc);
+               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - reconnect or reload driver.\n",
+                      proc, rc);
                return rc;
        }
 
                             (__u16) USBVISION_PCM_THR1, value, 6, HZ);
 
        if (rc < 0) {
-               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
-                      "reconnect or reload driver.\n", proc, rc);
+               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - reconnect or reload driver.\n",
+                      proc, rc);
        }
        return rc;
 }
 
        rc = usbvision_write_reg(usbvision, USBVISION_VIN_REG1, value[0]);
        if (rc < 0) {
-               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
-                      "reconnect or reload driver.\n", proc, rc);
+               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - reconnect or reload driver.\n",
+                      proc, rc);
                return rc;
        }
 
                             USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT, 0,
                             (__u16) USBVISION_LXSIZE_I, value, 8, HZ);
        if (rc < 0) {
-               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
-                      "reconnect or reload driver.\n", proc, rc);
+               printk(KERN_ERR "%sERROR=%d. USBVISION stopped - reconnect or reload driver.\n",
+                      proc, rc);
                return rc;
        }
 
 
        }
 
        if (interface->desc.bNumEndpoints < 2) {
-               dev_err(&intf->dev, "interface %d has %d endpoints, but must"
-                   " have minimum 2\n", ifnum, interface->desc.bNumEndpoints);
+               dev_err(&intf->dev, "interface %d has %d endpoints, but must have minimum 2\n",
+                       ifnum, interface->desc.bNumEndpoints);
                ret = -ENODEV;
                goto err_usb;
        }