Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xcap-capability-linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
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
Show more breadcrumbs
xcap
xcap-capability-linux
Commits
3a9282ca
Commit
3a9282ca
authored
16 years ago
by
David Woodhouse
Committed by
David Woodhouse
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gp8psk: treat firmware data as const
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
e62f89f2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/media/dvb/dvb-usb/gp8psk.c
+2
-1
2 additions, 1 deletion
drivers/media/dvb/dvb-usb/gp8psk.c
with
2 additions
and
1 deletion
drivers/media/dvb/dvb-usb/gp8psk.c
+
2
−
1
View file @
3a9282ca
...
...
@@ -86,7 +86,8 @@ static int gp8psk_load_bcm4500fw(struct dvb_usb_device *d)
{
int
ret
;
const
struct
firmware
*
fw
=
NULL
;
u8
*
ptr
,
*
buf
;
const
u8
*
ptr
;
u8
*
buf
;
if
((
ret
=
request_firmware
(
&
fw
,
bcm4500_firmware
,
&
d
->
udev
->
dev
))
!=
0
)
{
err
(
"did not find the bcm4500 firmware file. (%s) "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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