Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

video: auo_k190x: Delete an error message for a failed memory allocation in auok190x_common_probe()

Omit an extra message for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

authored by

Markus Elfring and committed by
Bartlomiej Zolnierkiewicz
c24a5e93 e281018b

-1
-1
drivers/video/fbdev/auo_k190x.c
··· 1076 1076 sizeof(struct fb_deferred_io), 1077 1077 GFP_KERNEL); 1078 1078 if (!info->fbdefio) { 1079 - dev_err(info->device, "Failed to allocate memory\n"); 1080 1079 ret = -ENOMEM; 1081 1080 goto err_defio; 1082 1081 }