projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6b9ab
)
Staging: sep: fix a conversion thinko
author
Alan Cox
<alan@linux.intel.com>
Fri, 14 Aug 2009 14:40:32 +0000
(15:40 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:02:14 +0000
(12:02 -0700)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/sep/sep_driver.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sep/sep_driver.c
b/drivers/staging/sep/sep_driver.c
index 531814bdbb097b3726ce5b9d399064c89470b7e1..0302c3c93c1a8c13e99871036c0e1465c0bcf72e 100644
(file)
--- a/
drivers/staging/sep/sep_driver.c
+++ b/
drivers/staging/sep/sep_driver.c
@@
-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_a
rea
= dma_alloc_coherent(&sep->pdev->dev, size,
+ sep->shared_a
ddr
= dma_alloc_coherent(&sep->pdev->dev, size,
&sep->shared_bus, GFP_KERNEL);
if (!sep->shared_addr) {