diff options
Diffstat (limited to 'drivers/media/dvb/frontends/drxk_hard.c')
-rw-r--r-- | drivers/media/dvb/frontends/drxk_hard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c index 8d99ac1598ae..60b868faeacf 100644 --- a/drivers/media/dvb/frontends/drxk_hard.c +++ b/drivers/media/dvb/frontends/drxk_hard.c | |||
@@ -5835,7 +5835,7 @@ static int WriteGPIO(struct drxk_state *state) | |||
5835 | } | 5835 | } |
5836 | if (state->UIO_mask & 0x0002) { /* UIO-2 */ | 5836 | if (state->UIO_mask & 0x0002) { /* UIO-2 */ |
5837 | /* write to io pad configuration register - output mode */ | 5837 | /* write to io pad configuration register - output mode */ |
5838 | status = write16(state, SIO_PDR_SMA_TX_CFG__A, state->m_GPIOCfg); | 5838 | status = write16(state, SIO_PDR_SMA_RX_CFG__A, state->m_GPIOCfg); |
5839 | if (status < 0) | 5839 | if (status < 0) |
5840 | goto error; | 5840 | goto error; |
5841 | 5841 | ||
@@ -5854,7 +5854,7 @@ static int WriteGPIO(struct drxk_state *state) | |||
5854 | } | 5854 | } |
5855 | if (state->UIO_mask & 0x0004) { /* UIO-3 */ | 5855 | if (state->UIO_mask & 0x0004) { /* UIO-3 */ |
5856 | /* write to io pad configuration register - output mode */ | 5856 | /* write to io pad configuration register - output mode */ |
5857 | status = write16(state, SIO_PDR_SMA_TX_CFG__A, state->m_GPIOCfg); | 5857 | status = write16(state, SIO_PDR_GPIO_CFG__A, state->m_GPIOCfg); |
5858 | if (status < 0) | 5858 | if (status < 0) |
5859 | goto error; | 5859 | goto error; |
5860 | 5860 | ||