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
c5d21b7f
Commit
c5d21b7f
authored
Apr 29, 2008
by
Jean Delvare
Committed by
Jean Delvare
Apr 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i2c: Spelling fix (successful)
Signed-off-by:
Jean Delvare
<
khali@linux-fr.org
>
parent
85d6931c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/i2c/busses/i2c-piix4.c
drivers/i2c/busses/i2c-piix4.c
+1
-1
drivers/i2c/busses/i2c-sis5595.c
drivers/i2c/busses/i2c-sis5595.c
+1
-1
drivers/i2c/busses/i2c-sis630.c
drivers/i2c/busses/i2c-sis630.c
+1
-1
No files found.
drivers/i2c/busses/i2c-piix4.c
View file @
c5d21b7f
...
...
@@ -223,7 +223,7 @@ static int piix4_transaction(void)
dev_err
(
&
piix4_adapter
.
dev
,
"Failed! (%02x)
\n
"
,
temp
);
return
-
1
;
}
else
{
dev_dbg
(
&
piix4_adapter
.
dev
,
"Successful
l
!
\n
"
);
dev_dbg
(
&
piix4_adapter
.
dev
,
"Successful!
\n
"
);
}
}
...
...
drivers/i2c/busses/i2c-sis5595.c
View file @
c5d21b7f
...
...
@@ -238,7 +238,7 @@ static int sis5595_transaction(struct i2c_adapter *adap)
dev_dbg
(
&
adap
->
dev
,
"Failed! (%02x)
\n
"
,
temp
);
return
-
1
;
}
else
{
dev_dbg
(
&
adap
->
dev
,
"Successful
l
!
\n
"
);
dev_dbg
(
&
adap
->
dev
,
"Successful!
\n
"
);
}
}
...
...
drivers/i2c/busses/i2c-sis630.c
View file @
c5d21b7f
...
...
@@ -136,7 +136,7 @@ static int sis630_transaction_start(struct i2c_adapter *adap, int size, u8 *oldc
dev_dbg
(
&
adap
->
dev
,
"Failed! (%02x)
\n
"
,
temp
);
return
-
1
;
}
else
{
dev_dbg
(
&
adap
->
dev
,
"Successful
l
!
\n
"
);
dev_dbg
(
&
adap
->
dev
,
"Successful!
\n
"
);
}
}
...
...
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