Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
48139ae2
Commit
48139ae2
authored
Feb 23, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I2C: fix compiler warnings in 2 drivers.
parent
dcb326a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/i2c/busses/i2c-elv.c
drivers/i2c/busses/i2c-elv.c
+1
-1
drivers/i2c/busses/i2c-velleman.c
drivers/i2c/busses/i2c-velleman.c
+1
-1
No files found.
drivers/i2c/busses/i2c-elv.c
View file @
48139ae2
...
...
@@ -152,7 +152,7 @@ static int __init i2c_bitelv_init(void)
return
-
ENODEV
;
}
}
pr_debug
(
"i2c-elv: found device at %
#x.
\n
"
,
base
);
pr_debug
(
"i2c-elv: found device at %
p.
\n
"
,
(
void
*
)
base
);
return
0
;
}
...
...
drivers/i2c/busses/i2c-velleman.c
View file @
48139ae2
...
...
@@ -138,7 +138,7 @@ static int __init i2c_bitvelle_init(void)
return
-
ENODEV
;
}
}
pr_debug
(
"i2c-velleman: found device at %
#x.
\n
"
,
base
);
pr_debug
(
"i2c-velleman: found device at %
p.
\n
"
,(
void
*
)
base
);
return
0
;
}
...
...
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