ath10k: add missing braces to ath10k_pci_tx_pipe_cleanup
[cascardo/linux.git] / drivers / md / multipath.c
index 61a1833..1642eae 100644 (file)
@@ -335,8 +335,9 @@ abort:
  *     3.      Performs writes following reads for array syncronising.
  */
 
-static void multipathd (struct mddev *mddev)
+static void multipathd(struct md_thread *thread)
 {
+       struct mddev *mddev = thread->mddev;
        struct multipath_bh *mp_bh;
        struct bio *bio;
        unsigned long flags;