Commit 8df32238 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman

staging:iio:addac:adt7316 make interrupt mask sane.

Coccinelle found this one. I'm not certain what
the intent is, but this fix makes no functional changes.
Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4266868c
...@@ -203,7 +203,7 @@ struct adt7316_chip_info { ...@@ -203,7 +203,7 @@ struct adt7316_chip_info {
#define ADT7316_TEMP_INT_MASK 0x1F #define ADT7316_TEMP_INT_MASK 0x1F
#define ADT7516_AIN_INT_MASK 0xE0 #define ADT7516_AIN_INT_MASK 0xE0
#define ADT7316_TEMP_AIN_INT_MASK \ #define ADT7316_TEMP_AIN_INT_MASK \
(ADT7316_TEMP_INT_MASK | ADT7316_TEMP_INT_MASK) (ADT7316_TEMP_INT_MASK)
/* /*
* struct adt7316_chip_info - chip specifc information * struct adt7316_chip_info - chip specifc information
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment