diff for duplicates of <50369460.7010303@gmx.de> diff --git a/a/1.txt b/N1/1.txt index 18a6446..c549bd6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,7 +32,7 @@ Florian Tobias Schandinat > + bfin_lq035_fb.pseudo_palette = devm_kzalloc(&pdev->dev, > + sizeof(u32) * 16, > + GFP_KERNEL); -> if (bfin_lq035_fb.pseudo_palette = NULL) { +> if (bfin_lq035_fb.pseudo_palette == NULL) { > pr_err("failed to allocate pseudo_palette\n"); > ret = -ENOMEM; > - goto out_palette; diff --git a/a/content_digest b/N1/content_digest index 54b16eb..f38de1a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -43,7 +43,7 @@ "> +\tbfin_lq035_fb.pseudo_palette = devm_kzalloc(&pdev->dev,\n" "> +\t\t\t\t\t\t sizeof(u32) * 16,\n" "> +\t\t\t\t\t\t GFP_KERNEL);\n" - "> \tif (bfin_lq035_fb.pseudo_palette = NULL) {\n" + "> \tif (bfin_lq035_fb.pseudo_palette == NULL) {\n" "> \t\tpr_err(\"failed to allocate pseudo_palette\\n\");\n" "> \t\tret = -ENOMEM;\n" "> -\t\tgoto out_palette;\n" @@ -80,4 +80,4 @@ "> \n" > -7ff9d5a0c46b2664ab315b1cae0ad7025406d5cfbfacdb31e5bd42c39e66feab +8124f7ed05c3933e8a52fdd22289fe3b62c0dd656f7333852c397b7826e76d58
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.