Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / host / vub300.c
index 58eab9ac1d01dfc6f46bd6147a2cf6dac305e707..d5655a63eda4909f647185621cfe8837c380398d 100644 (file)
@@ -2358,9 +2358,9 @@ error5:
         * which is contained at the end of struct mmc
         */
 error4:
-       usb_free_urb(command_out_urb);
-error1:
        usb_free_urb(command_res_urb);
+error1:
+       usb_free_urb(command_out_urb);
 error0:
        return retval;
 }