From 1214b08cedb5c127f8a5fc4cb046d83e5794dbb7 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Tue, 24 Jul 2012 17:06:10 +0200 Subject: [PATCH] --- yaml --- r: 332795 b: refs/heads/master c: 5fdb4505f65227c127092772ccf9d460d69f4bc2 h: refs/heads/master i: 332793: 5b25aca396bdac29cda4ba4059492e566090557c 332791: 1ef9b844a1a41de4b632420d21ded9d762603ccc v: v3 --- [refs] | 2 +- trunk/drivers/mmc/host/vub300.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }