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
1f5a2cd5
Commit
1f5a2cd5
authored
Mar 22, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i2c: fix up drivers/ieee1394/pcilynx.c due to previous i2c changes.
parent
2a79de0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/ieee1394/pcilynx.c
drivers/ieee1394/pcilynx.c
+3
-1
No files found.
drivers/ieee1394/pcilynx.c
View file @
1f5a2cd5
...
...
@@ -138,10 +138,12 @@ static struct i2c_algo_bit_data bit_data = {
};
static
struct
i2c_adapter
bit_ops
=
{
.
name
=
"PCILynx I2C adapter"
,
.
id
=
0xAA
,
//FIXME: probably we should get an id in i2c-id.h
.
client_register
=
bit_reg
,
.
client_unregister
=
bit_unreg
,
.
dev
=
{
.
name
=
"PCILynx I2C"
,
},
};
...
...
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