summaryrefslogtreecommitdiff
path: root/drivers/media/common/siano/sms-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-03-06 14:09:54 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 14:10:06 +0400
commitf82757d912b916348976c464ddc80539d89c851d (patch)
treea395c56fc5c35791bbbc43b8b336973e14ac5c59 /drivers/media/common/siano/sms-cards.c
parent0ea21a524070f17f0bc06aafd43a2efaa0940d8f (diff)
downloadlinux-f82757d912b916348976c464ddc80539d89c851d.tar.xz
[media] siano: Change GPIO voltage setting names
Siano changed the namespace on more recent API, and re-used some of the old names. In order to be able to update the API to support newer chips, the better is to follow this change. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/siano/sms-cards.c')
-rw-r--r--drivers/media/common/siano/sms-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/siano/sms-cards.c b/drivers/media/common/siano/sms-cards.c
index 680c781c8dd6..8ee2e92b9b1a 100644
--- a/drivers/media/common/siano/sms-cards.c
+++ b/drivers/media/common/siano/sms-cards.c
@@ -183,7 +183,7 @@ static int sms_set_gpio(struct smscore_device_t *coredev, int pin, int enable)
.pullupdown = SMS_GPIO_PULLUPDOWN_NONE,
.inputcharacteristics = SMS_GPIO_INPUTCHARACTERISTICS_NORMAL,
.outputslewrate = SMS_GPIO_OUTPUTSLEWRATE_FAST,
- .outputdriving = SMS_GPIO_OUTPUTDRIVING_4mA,
+ .outputdriving = SMS_GPIO_OUTPUTDRIVING_S_4mA,
};
if (pin == 0)