X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=drivers%2Fpcmcia%2Fpcmcia_resource.c;h=fe77e822384134b49e7da159aa5352826c8feb03;hb=25985edcedea6396277003854657b5f3cb31a628;hp=42fbf1a75576abf6540923a834e2ddf4df045ea7;hpb=106af2c99a5249b809aaed45b8353ac087821f4a;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/drivers/pcmcia/pcmcia_resource.c b/drivers/pcmcia/pcmcia_resource.c index 42fbf1a75576..fe77e8223841 100644 --- a/drivers/pcmcia/pcmcia_resource.c +++ b/drivers/pcmcia/pcmcia_resource.c @@ -173,7 +173,7 @@ static int pcmcia_access_config(struct pcmcia_device *p_dev, c = p_dev->function_config; if (!(c->state & CONFIG_LOCKED)) { - dev_dbg(&p_dev->dev, "Configuration isnt't locked\n"); + dev_dbg(&p_dev->dev, "Configuration isn't't locked\n"); mutex_unlock(&s->ops_mutex); return -EACCES; }