提交 1c2fd56b 编写于 作者: M Malcolm Priestley 提交者: Greg Kroah-Hartman

staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufs

changing device to vnt
Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 0dd6e68a
......@@ -434,7 +434,7 @@ static void usb_device_reset(struct vnt_private *priv)
return ;
}
static void device_free_int_bufs(struct vnt_private *priv)
static void vnt_free_int_bufs(struct vnt_private *priv)
{
kfree(priv->int_buf.data_buf);
......@@ -569,7 +569,7 @@ static int vnt_start(struct ieee80211_hw *hw)
free_all:
vnt_free_rx_bufs(priv);
vnt_free_tx_bufs(priv);
device_free_int_bufs(priv);
vnt_free_int_bufs(priv);
usb_kill_urb(priv->interrupt_urb);
usb_free_urb(priv->interrupt_urb);
......@@ -604,7 +604,7 @@ static void vnt_stop(struct ieee80211_hw *hw)
vnt_free_tx_bufs(priv);
vnt_free_rx_bufs(priv);
device_free_int_bufs(priv);
vnt_free_int_bufs(priv);
usb_kill_urb(priv->interrupt_urb);
usb_free_urb(priv->interrupt_urb);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册