Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117161
b: refs/heads/master
c: d66937d
h: refs/heads/master
i:
  117159: f3e4e17
v: v3
  • Loading branch information
Zhaolei authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent 9dd4e6e commit 195ad5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78c73414f4f6744e2ea5a07b263a9698aa6f2416
refs/heads/master: d66937d71a67724870e03fa35af686e7efe85caf
7 changes: 2 additions & 5 deletions trunk/drivers/usb/gadget/s3c2410_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1894,11 +1894,8 @@ static int s3c2410_udc_probe(struct platform_device *pdev)
udc->regs_info = debugfs_create_file("registers", S_IRUGO,
s3c2410_udc_debugfs_root,
udc, &s3c2410_udc_debugfs_fops);
if (IS_ERR(udc->regs_info)) {
dev_warn(dev, "debugfs file creation failed %ld\n",
PTR_ERR(udc->regs_info));
udc->regs_info = NULL;
}
if (!udc->regs_info)
dev_warn(dev, "debugfs file creation failed\n");
}

dev_dbg(dev, "probe ok\n");
Expand Down

0 comments on commit 195ad5e

Please sign in to comment.