staging: vt6656: rename device_set_options to vnt_set_options
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 25 Jul 2014 19:51:45 +0000 (20:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Jul 2014 16:03:43 +0000 (09:03 -0700)
changing device to vnt

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/main_usb.c

index fdc5c7bc419af20fa257500fa06f4477fc891d8d..7e8551f419b372ecc770d8d9b1609feb97112c07 100644 (file)
@@ -104,7 +104,7 @@ static struct usb_device_id vt6656_table[] = {
        {}
 };
 
-static void device_set_options(struct vnt_private *priv)
+static void vnt_set_options(struct vnt_private *priv)
 {
        /* Set number of TX buffers */
        if (vnt_tx_buffers < CB_MIN_TX_DESC || vnt_tx_buffers > CB_MAX_TX_DESC)
@@ -997,7 +997,7 @@ vt6656_probe(struct usb_interface *intf, const struct usb_device_id *id)
        priv->hw = hw;
        priv->usb = udev;
 
-       device_set_options(priv);
+       vnt_set_options(priv);
 
        spin_lock_init(&priv->lock);
        mutex_init(&priv->usb_lock);
This page took 0.025798 seconds and 5 git commands to generate.