aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vt6656/baseband.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-13 07:52:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-13 07:52:17 +0100
commitd40310f65771b3a1eb9af34af433136887a64251 (patch)
treeaca0913593f44daee3845d72cca5bbd827b39012 /drivers/staging/vt6656/baseband.c
parentstaging: vc04_services: remove header include path to vc04_services (diff)
parentLinux 5.5-rc6 (diff)
downloadwireguard-linux-d40310f65771b3a1eb9af34af433136887a64251.tar.xz
wireguard-linux-d40310f65771b3a1eb9af34af433136887a64251.zip
Merge 5.5-rc6 into staging-next
We need the staging fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/baseband.c')
-rw-r--r--drivers/staging/vt6656/baseband.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c
index 25fb19fadc57..f18e059ce66b 100644
--- a/drivers/staging/vt6656/baseband.c
+++ b/drivers/staging/vt6656/baseband.c
@@ -449,8 +449,8 @@ int vnt_vt3184_init(struct vnt_private *priv)
memcpy(array, addr, length);
- ret = vnt_control_out(priv, MESSAGE_TYPE_WRITE, 0,
- MESSAGE_REQUEST_BBREG, length, array);
+ ret = vnt_control_out_blocks(priv, VNT_REG_BLOCK_SIZE,
+ MESSAGE_REQUEST_BBREG, length, array);
if (ret)
goto end;