Commit 18366b05 authored by Philipp Reisner's avatar Philipp Reisner Committed by David S. Miller

connector/dm: Fixed a compilation warning

Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
Acked-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
Acked-by: default avatarEvgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7069331d
...@@ -129,9 +129,8 @@ static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr) ...@@ -129,9 +129,8 @@ static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr)
* This is the connector callback that delivers data * This is the connector callback that delivers data
* that was sent from userspace. * that was sent from userspace.
*/ */
static void cn_ulog_callback(void *data, struct netlink_skb_parms *nsp) static void cn_ulog_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp)
{ {
struct cn_msg *msg = (struct cn_msg *)data;
struct dm_ulog_request *tfr = (struct dm_ulog_request *)(msg + 1); struct dm_ulog_request *tfr = (struct dm_ulog_request *)(msg + 1);
spin_lock(&receiving_list_lock); spin_lock(&receiving_list_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment