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: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jonathan Cameron 2011-08-12 16:55:32 +01:00 committed by Greg Kroah-Hartman
parent 4266868c9c
commit 8df322385a
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ struct adt7316_chip_info {
#define ADT7316_TEMP_INT_MASK 0x1F
#define ADT7516_AIN_INT_MASK 0xE0
#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