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:
7069331
)
connector/dm: Fixed a compilation warning
author
Philipp Reisner
<
[email protected]
>
Fri, 2 Oct 2009 02:40:06 +0000
(
02:40
+0000)
committer
David S. Miller
<
[email protected]
>
Fri, 2 Oct 2009 17:54:04 +0000
(10:54 -0700)
Signed-off-by: Philipp Reisner <
[email protected]
>
Acked-by: Lars Ellenberg <
[email protected]
>
Acked-by: Evgeniy Polyakov <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/md/dm-log-userspace-transfer.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-log-userspace-transfer.c
b/drivers/md/dm-log-userspace-transfer.c
index 556131f7d8479bf7162f5730b07b6dfb460d32c8..1327e1a684df37f1fe7e02689260d8f4b029af80 100644
(file)
--- a/
drivers/md/dm-log-userspace-transfer.c
+++ b/
drivers/md/dm-log-userspace-transfer.c
@@
-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
* 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);
spin_lock(&receiving_list_lock);