]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/tty/synclink_gt.c
Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel...
[karo-tx-linux.git] / drivers / tty / synclink_gt.c
index a35dd549a00833739df7c4264ec018381a2183ff..18b48cd3b41ddbbb7a76f1c8898b907fac1b09ca 100644 (file)
@@ -3491,7 +3491,7 @@ static int claim_resources(struct slgt_info *info)
 
        info->reg_addr = ioremap_nocache(info->phys_reg_addr, SLGT_REG_SIZE);
        if (!info->reg_addr) {
-               DBGERR(("%s cant map device registers, addr=%08X\n",
+               DBGERR(("%s can't map device registers, addr=%08X\n",
                        info->device_name, info->phys_reg_addr));
                info->init_error = DiagStatus_CantAssignPciResources;
                goto errout;