File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ config AD5413
102
102
Digital to Analog Converter.
103
103
104
104
To compile this driver as a module, choose M here: the
105
- module will be called ad5758 .
105
+ module will be called ad5413 .
106
106
107
107
config AD5421
108
108
tristate "Analog Devices AD5421 DAC driver"
Original file line number Diff line number Diff line change 50
50
#define AD5413_REG_FREQ_MONITOR 0x18
51
51
#define AD5413_REG_DEVICE_ID_3 0x1C
52
52
53
- /* AD5413 Key Register (Address: 0x08) */
54
- #define AD5413_REG_KEY_REG_ADDR_SHIFT 16
55
-
56
53
/* Special Key Codes (bits[15:0]) */
57
54
#define AD5413_REG_KEY_CODE_RESET_1 0x15FA
58
55
#define AD5413_REG_KEY_CODE_RESET_2 0xAF51
@@ -73,7 +70,7 @@ struct ad5413_range {
73
70
int max_uv ;
74
71
};
75
72
76
- /**
73
+ /*
77
74
* struct ad5413_state - driver instance specific data
78
75
* @spi: spi_device
79
76
* @lock: mutex lock
You can’t perform that action at this time.
0 commit comments