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
094793fc
Commit
094793fc
authored
10 years ago
by
Federico Vaga
Browse files
Options
Downloads
Patches
Plain Diff
kernel: fix info message
Signed-off-by:
Federico Vaga
<
federico.vaga@cern.ch
>
parent
d43d3419
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/spec-pci.c
+1
-1
1 addition, 1 deletion
kernel/spec-pci.c
with
1 addition
and
1 deletion
kernel/spec-pci.c
+
1
−
1
View file @
094793fc
...
...
@@ -77,7 +77,7 @@ int spec_load_fpga_file(struct spec_dev *spec, char *name)
return
err
;
}
dev_info
(
dev
,
"got file
\"
%s
\"
, %zi (0x%zx) bytes
\n
"
,
spec_fw_
name
,
fw
->
size
,
fw
->
size
);
name
,
fw
->
size
,
fw
->
size
);
err
=
spec_load_fpga
(
spec
,
fw
->
data
,
fw
->
size
);
release_firmware
(
fw
);
...
...
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