BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
e9a8f973
Commit
e9a8f973
authored
Dec 22, 2017
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove CURRENT_NOW property from ltc2942
The chip isn't capable of reporting this value.
parent
b1f82628
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ltc2941-battery-gauge.c
linux_kernel_modules/ltc294x/ltc2941-battery-gauge.c
+1
-1
No files found.
linux_kernel_modules/ltc294x/ltc2941-battery-gauge.c
View file @
e9a8f973
...
...
@@ -476,7 +476,7 @@ static int ltc294x_i2c_probe(struct i2c_client *client,
break
;
case
LTC2942_ID
:
info
->
supply
.
num_properties
=
ARRAY_SIZE
(
ltc294x_properties
);
ARRAY_SIZE
(
ltc294x_properties
)
-
1
;
break
;
case
LTC2941_ID
:
default:
...
...
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