Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
9088aca2
Commit
9088aca2
authored
Mar 19, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix in printing output
parent
c500c142
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
elphel393-mem.c
src/drivers/elphel/elphel393-mem.c
+2
-2
No files found.
src/drivers/elphel/elphel393-mem.c
View file @
9088aca2
...
...
@@ -389,7 +389,7 @@ static int elphel393_mem_sysfs_register(struct platform_device *pdev)
static
int
elphel393_mem_probe
(
struct
platform_device
*
pdev
)
{
elphel393_mem_sysfs_register
(
pdev
);
dev_info
(
&
pdev
->
dev
,
"Probing elphel393-mem
\n
"
);
pr_info
(
"Probing elphel393-mem
\n
"
);
if
(
_elphel_buf
.
h2d_vaddr
){
// mapped as DMA_BIDIRECTIONAL, each time will be synchronized when passing control from soft to hard and back
...
...
@@ -441,7 +441,7 @@ static int elphel393_mem_probe(struct platform_device *pdev)
static
int
elphel393_mem_remove
(
struct
platform_device
*
pdev
)
{
pr_info
(
&
pdev
->
dev
,
"Removing elphel393-mem"
);
pr_info
(
"Removing elphel393-mem"
);
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment