diff --git a/[refs] b/[refs] index 5a34fbc360eb..9d6e2caa4d63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ee7ed0de9929f6f194d7a0ae867371ea47866fe +refs/heads/master: 5fdb4505f65227c127092772ccf9d460d69f4bc2 diff --git a/trunk/drivers/mmc/host/vub300.c b/trunk/drivers/mmc/host/vub300.c index 3135a1a5d75d..6c39bf1fd279 100644 --- a/trunk/drivers/mmc/host/vub300.c +++ b/trunk/drivers/mmc/host/vub300.c @@ -2358,9 +2358,9 @@ static int vub300_probe(struct usb_interface *interface, * 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; }