Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226912
b: refs/heads/master
c: 7189ba9
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 1e2e905 commit e9f4ebb
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: cc7e6056f440796e028629d6d79a26fa20d457e8
refs/heads/master: 7189ba939ea0e74f73d7b30573b849c732835fc5
7 changes: 2 additions & 5 deletions trunk/drivers/uwb/umc-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ int umc_device_register(struct umc_dev *umc)

err = request_resource(umc->resource.parent, &umc->resource);
if (err < 0) {
dev_err(&umc->dev, "can't allocate resource range "
"%016Lx to %016Lx: %d\n",
(unsigned long long)umc->resource.start,
(unsigned long long)umc->resource.end,
err);
dev_err(&umc->dev, "can't allocate resource range %pR: %d\n",
&umc->resource, err);
goto error_request_resource;
}

Expand Down

0 comments on commit e9f4ebb

Please sign in to comment.