projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2fd56
)
staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufs
author
Malcolm Priestley
<
[email protected]
>
Fri, 25 Jul 2014 19:51:50 +0000
(20:51 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 27 Jul 2014 16:03:43 +0000
(09:03 -0700)
changing device to vnt
Signed-off-by: Malcolm Priestley <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6656/main_usb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/main_usb.c
b/drivers/staging/vt6656/main_usb.c
index 50955d24c7971c9a27707b2c81236bdcffadac69..fa0128f513ec009da433b85e16c5566108f0d168 100644
(file)
--- a/
drivers/staging/vt6656/main_usb.c
+++ b/
drivers/staging/vt6656/main_usb.c
@@
-441,7
+441,7
@@
static void vnt_free_int_bufs(struct vnt_private *priv)
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;
@@
-546,8
+546,8
@@
static int vnt_start(struct ieee80211_hw *hw)
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;
}