diff options
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r-- | drivers/usb/gadget/pxa27x_udc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/pxa27x_udc.c b/drivers/usb/gadget/pxa27x_udc.c index e50419d08996..91ba1e939475 100644 --- a/drivers/usb/gadget/pxa27x_udc.c +++ b/drivers/usb/gadget/pxa27x_udc.c | |||
@@ -279,7 +279,7 @@ static void pxa_init_debugfs(struct pxa_udc *udc) | |||
279 | goto err_queues; | 279 | goto err_queues; |
280 | eps = debugfs_create_file("epstate", 0400, root, udc, | 280 | eps = debugfs_create_file("epstate", 0400, root, udc, |
281 | &eps_dbg_fops); | 281 | &eps_dbg_fops); |
282 | if (!queues) | 282 | if (!eps) |
283 | goto err_eps; | 283 | goto err_eps; |
284 | 284 | ||
285 | udc->debugfs_root = root; | 285 | udc->debugfs_root = root; |