Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
a8decc65
Commit
a8decc65
authored
Jul 27, 2005
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: fix max6875 build error
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
93ffa435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
drivers/i2c/chips/max6875.c
drivers/i2c/chips/max6875.c
+1
-2
No files found.
drivers/i2c/chips/max6875.c
View file @
a8decc65
...
...
@@ -93,8 +93,7 @@ static void max6875_update_slice(struct i2c_client *client, int slice)
if
(
!
(
data
->
valid
&
(
1
<<
slice
))
||
time_after
(
jiffies
,
data
->
last_updated
[
slice
]))
{
dev_dbg
(
&
client
->
dev
,
"Starting update of slice %u
\n
"
,
slice
,
blk
->
base
);
dev_dbg
(
&
client
->
dev
,
"Starting update of slice %u
\n
"
,
slice
);
data
->
valid
&=
~
(
1
<<
slice
);
...
...
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