card-gemsafeV1: fix driver name

Acked-by: João Poupino <joao.poupino@gmail.com>
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
This commit is contained in:
Nuno Goncalves 2016-06-21 12:48:29 +01:00 committed by Viktor Tarasov
parent 16591d4182
commit 68cbc288de
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static struct sc_card_operations gemsafe_ops;
static struct sc_card_operations *iso_ops = NULL;
static struct sc_card_driver gemsafe_drv = {
"driver for the Gemplus GemSAFE V1 applet",
"Gemalto GemSafe V1 applet",
"gemsafeV1",
&gemsafe_ops,
NULL, 0, NULL