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
6a0b1013
Commit
6a0b1013
authored
Feb 14, 2007
by
Jean Delvare
Committed by
Jean Delvare
Feb 14, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hwmon: Drop unused mutexes in two drivers
Signed-off-by:
Jean Delvare
<
khali@linux-fr.org
>
parent
f8d0c19a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
drivers/hwmon/adm1026.c
drivers/hwmon/adm1026.c
+0
-1
drivers/hwmon/lm85.c
drivers/hwmon/lm85.c
+0
-1
No files found.
drivers/hwmon/adm1026.c
View file @
6a0b1013
...
@@ -261,7 +261,6 @@ struct pwm_data {
...
@@ -261,7 +261,6 @@ struct pwm_data {
struct
adm1026_data
{
struct
adm1026_data
{
struct
i2c_client
client
;
struct
i2c_client
client
;
struct
class_device
*
class_dev
;
struct
class_device
*
class_dev
;
struct
mutex
lock
;
enum
chips
type
;
enum
chips
type
;
struct
mutex
update_lock
;
struct
mutex
update_lock
;
...
...
drivers/hwmon/lm85.c
View file @
6a0b1013
...
@@ -332,7 +332,6 @@ struct lm85_autofan {
...
@@ -332,7 +332,6 @@ struct lm85_autofan {
struct
lm85_data
{
struct
lm85_data
{
struct
i2c_client
client
;
struct
i2c_client
client
;
struct
class_device
*
class_dev
;
struct
class_device
*
class_dev
;
struct
mutex
lock
;
enum
chips
type
;
enum
chips
type
;
struct
mutex
update_lock
;
struct
mutex
update_lock
;
...
...
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