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
dad627b5
Commit
dad627b5
authored
Mar 21, 2003
by
Greg Kroah-Hartman
Committed by
Petr Vandrovec
Mar 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] i2c: fix up the chip driver names to play nice with sysfs
parent
3be7a243
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/i2c/chips/adm1021.c
drivers/i2c/chips/adm1021.c
+1
-1
drivers/i2c/chips/lm75.c
drivers/i2c/chips/lm75.c
+1
-1
No files found.
drivers/i2c/chips/adm1021.c
View file @
dad627b5
...
...
@@ -144,7 +144,7 @@ static int read_only = 0;
/* This is the driver that will be inserted */
static
struct
i2c_driver
adm1021_driver
=
{
.
owner
=
THIS_MODULE
,
.
name
=
"ADM1021
, MAX1617 sensor driver
"
,
.
name
=
"ADM1021
-MAX1617
"
,
.
id
=
I2C_DRIVERID_ADM1021
,
.
flags
=
I2C_DF_NOTIFY
,
.
attach_adapter
=
adm1021_attach_adapter
,
...
...
drivers/i2c/chips/lm75.c
View file @
dad627b5
...
...
@@ -82,7 +82,7 @@ static void lm75_update_client(struct i2c_client *client);
/* This is the driver that will be inserted */
static
struct
i2c_driver
lm75_driver
=
{
.
owner
=
THIS_MODULE
,
.
name
=
"LM75 sensor
chip driver
"
,
.
name
=
"LM75 sensor"
,
.
id
=
I2C_DRIVERID_LM75
,
.
flags
=
I2C_DF_NOTIFY
,
.
attach_adapter
=
lm75_attach_adapter
,
...
...
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