X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Finput%2Ftablet%2Fgtco.c;h=b9b7a98bc5a5b49a450d46b4a94fcc6f8037ee89;hb=f4bc95d7bd5d2e57d5a64b5bcd35928beb7026de;hp=1e748e46d12e1c68c9fc05972064941306659698;hpb=0e7e92fa3c55eee0047ee894b7eb8eb2362d83d9;p=linux-2.6-omap-h63xx.git diff --git a/drivers/input/tablet/gtco.c b/drivers/input/tablet/gtco.c index 1e748e46d12..b9b7a98bc5a 100644 --- a/drivers/input/tablet/gtco.c +++ b/drivers/input/tablet/gtco.c @@ -863,7 +863,7 @@ static int gtco_probe(struct usb_interface *usbinterface, gtco->urbinfo = usb_alloc_urb(0, GFP_KERNEL); if (!gtco->urbinfo) { err("Failed to allocate URB"); - return -ENOMEM; + error = -ENOMEM; goto err_free_buf; }