]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/pmcraid.c
genetlink: pass family to functions using groups
[~andy/linux] / drivers / scsi / pmcraid.c
index 1eb7b0280a45447fc1855ce0a653488cf1591002..2775441111ff81a8171628b3fdd28d95340a2048 100644 (file)
@@ -1512,7 +1512,8 @@ static int pmcraid_notify_aen(
        }
 
        result =
-               genlmsg_multicast(skb, 0, pmcraid_event_family.id, GFP_ATOMIC);
+               genlmsg_multicast(&pmcraid_event_family, skb, 0,
+                                 pmcraid_event_family.id, GFP_ATOMIC);
 
        /* If there are no listeners, genlmsg_multicast may return non-zero
         * value.