changing device to vnt
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        return;
 }
 
-static bool device_alloc_bufs(struct vnt_private *priv)
+static bool vnt_alloc_bufs(struct vnt_private *priv)
 {
        struct vnt_usb_send_context *tx_context;
        struct vnt_rcb *rcb;
 
        priv->rx_buf_sz = MAX_TOTAL_SIZE_WITH_ALL_HEADERS;
 
-       if (device_alloc_bufs(priv) == false) {
-               dev_dbg(&priv->usb->dev, "device_alloc_bufs fail...\n");
+       if (vnt_alloc_bufs(priv) == false) {
+               dev_dbg(&priv->usb->dev, "vnt_alloc_bufs fail...\n");
                return -ENOMEM;
        }