[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA
[deliverable/linux.git] / drivers / char / consolemap.c
index 4246b8e36cb32853eedb658b3e96f3c4a46ba978..45d3e80156d45e15d08a1fa164686031126adc4c 100644 (file)
@@ -554,7 +554,7 @@ int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list)
                __get_user(fontpos, &list->fontpos);
                if ((err1 = con_insert_unipair(p, unicode,fontpos)) != 0)
                        err = err1;
-                       list++;
+               list++;
        }
        
        if (con_unify_unimap(vc, p))
This page took 0.030194 seconds and 5 git commands to generate.