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
674c9ee0
Commit
674c9ee0
authored
Jan 09, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed wrong stuct name
parent
aa29164c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
x393_videomem.c
src/drivers/elphel/x393_videomem.c
+1
-1
No files found.
src/drivers/elphel/x393_videomem.c
View file @
674c9ee0
...
@@ -998,7 +998,7 @@ static ssize_t get_num_sensor(struct device *dev, struct device_attribute *attr,
...
@@ -998,7 +998,7 @@ static ssize_t get_num_sensor(struct device *dev, struct device_attribute *attr,
static
ssize_t
get_membridge_status
(
struct
device
*
dev
,
struct
device_attribute
*
attr
,
char
*
buf
)
static
ssize_t
get_membridge_status
(
struct
device
*
dev
,
struct
device_attribute
*
attr
,
char
*
buf
)
{
{
x393_status_
ctrl
_t
status
=
x393_membridge_status
();
x393_status_
membridge
_t
status
=
x393_membridge_status
();
return
sprintf
(
buf
,
"0x%08x
\n
"
,
status
);
return
sprintf
(
buf
,
"0x%08x
\n
"
,
status
);
}
}
...
...
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