Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162385
b: refs/heads/master
c: c7b7556
h: refs/heads/master
i:
  162383: b522e67
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent d97d699 commit a91ef50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ad6b9ab7a3ef6818a7b10e1202a0fb62fe242aeb
refs/heads/master: c7b7556245f3d0e825bf5c73dd9380b6b26737c5
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static int sep_map_and_alloc_shared_area(struct sep_device *sep,
unsigned long size)
{
/* shared_addr = ioremap_nocache(0xda00000,shared_area_size); */
sep->shared_area = dma_alloc_coherent(&sep->pdev->dev, size,
sep->shared_addr = dma_alloc_coherent(&sep->pdev->dev, size,
&sep->shared_bus, GFP_KERNEL);

if (!sep->shared_addr) {
Expand Down

0 comments on commit a91ef50

Please sign in to comment.