]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/serial/usb-serial.c
USB: serial: add probe callback to generic driver
[karo-tx-linux.git] / drivers / usb / serial / usb-serial.c
index f0761f491c5f393480653637fe0195dea2d90250..f8ae09e2cff5897174740b1f13cfb1a9a1bfa887 100644 (file)
@@ -858,8 +858,6 @@ static int usb_serial_probe(struct usb_interface *interface,
                        retval = -EIO;
                        goto err_free_epds;
                }
-               dev_info(ddev, "The \"generic\" usb-serial driver is only for testing and one-off prototypes.\n");
-               dev_info(ddev, "Tell linux-usb@vger.kernel.org to add your device to a proper driver.\n");
        }
 #endif
        if (!num_ports) {