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
2bc79fbd
Commit
2bc79fbd
authored
Mar 17, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
a67c4ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
elphel393-init.c
src/drivers/elphel/elphel393-init.c
+1
-1
No files found.
src/drivers/elphel/elphel393-init.c
View file @
2bc79fbd
...
...
@@ -177,7 +177,7 @@ static ssize_t set_boardinfo(struct device *dev, struct device_attribute *attr,
pr_err
(
"Flash page write, code %d"
,
ret
);
return
ret
;
}
pr_info
(
"Data is successfully written and cannot be overwritten anymore
, record size: %d B
\n
"
,
strlen
(
wbuf
)
);
pr_info
(
"Data is successfully written and cannot be overwritten anymore
\n
"
);
get_factory_info
();
}
else
{
pr_err
(
"Factory Info record (serial='%s' revision='%s') can not be overwritten
\n
"
,
serial
,
revision
);
...
...
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