Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321137
b: refs/heads/master
c: c15a6ef
h: refs/heads/master
i:
  321135: 36f654c
v: v3
  • Loading branch information
Russell King committed Jul 1, 2012
1 parent aeee708 commit a6a054b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 92d2fd619d143b9559c1d6bca10162da4c1c2d34
refs/heads/master: c15a6ef6ea3ff06df2d532d314f85da48cb067e8
3 changes: 0 additions & 3 deletions trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ struct pl08x_driver_data {
int pool_ctr;
u8 lli_buses;
u8 mem_buses;
spinlock_t lock;
};

/*
Expand Down Expand Up @@ -1897,8 +1896,6 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id)
goto out_no_lli_pool;
}

spin_lock_init(&pl08x->lock);

pl08x->base = ioremap(adev->res.start, resource_size(&adev->res));
if (!pl08x->base) {
ret = -ENOMEM;
Expand Down

0 comments on commit a6a054b

Please sign in to comment.