Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spec-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
fmc-projects
spec
spec-sw
Commits
754f9700
Commit
754f9700
authored
12 years ago
by
Federico Vaga
Committed by
Alessandro Rubini
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
wr-nic-core.c: use wrn_filename instead of WRN_GATAWARE_DEFAULT_NAME
Signed-off-by:
Federico Vaga
<
federico.vaga@gmail.com
>
parent
6897d5a1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/wr-nic-core.c
+1
-1
1 addition, 1 deletion
kernel/wr-nic-core.c
with
1 addition
and
1 deletion
kernel/wr-nic-core.c
+
1
−
1
View file @
754f9700
...
...
@@ -42,7 +42,7 @@ int wrn_probe(struct fmc_device *fmc)
fmc_set_drvdata
(
fmc
,
dd
);
/* We first write a new binary (and lm32) within the spec */
ret
=
fmc
->
op
->
reprogram
(
fmc
,
&
wrn_drv
,
WRN_GATEWARE_DEFAULT_NAME
);
ret
=
fmc
->
op
->
reprogram
(
fmc
,
&
wrn_drv
,
wrn_filename
);
if
(
ret
<
0
)
{
dev_err
(
dev
,
"write firmware
\"
%s
\"
: error %i
\n
"
,
wrn_filename
,
ret
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment