forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 223293205a7265c8b02882461ba8996650048ade
kernel/drivers/video/fbdev/core/fbcmap.c
....@@ -285,11 +285,7 @@
285285 goto out;
286286 }
287287 umap.start = cmap->start;
288
- if (!lock_fb_info(info)) {
289
- rc = -ENODEV;
290
- goto out;
291
- }
292
-
288
+ lock_fb_info(info);
293289 rc = fb_set_cmap(&umap, info);
294290 unlock_fb_info(info);
295291 out: