Skip to content

Commit

Permalink
iio: adc: adrv9009: Fix OBs Rx port option strings.
Browse files Browse the repository at this point in the history
This fixes issue: ADRV9009 Observation LO labeling torvalds#342

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich authored and commodo committed Jun 11, 2019
1 parent 8b9bea2 commit b1536a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/adc/adrv9009.c
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@ static const struct iio_enum adrv9009_agc_modes_available = {
};

static const char * const adrv9009_obs_rx_port[] = {
"OBS_TX_LO", "OBS_SN_LO"
"OBS_TX_LO", "OBS_AUX_LO"
};

static const taliseObsRxLoSource_t adrv9009_obs_rx_port_lut[] = {
Expand Down

0 comments on commit b1536a7

Please sign in to comment.