Re: [PATCH] vfb: fix video mode and line_length being set when loaded
From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2018-01-04 15:05:23
Also in:
lkml
On Wednesday, December 20, 2017 02:53:00 PM Pieter PoroCYon Sluys wrote:
Geert Uytterhoeven:quoted
Please add your "Signed-off-by", cfr. Documentation/process/submitting-patches.rst.Sorry I knew I would've messed up *something*.quoted
You can drop the tests for 2 and 4, as these are no longer used by the driver.Done that. Cc: Bartlomiej Zolnierkiewicz <redacted> Signed-off-by: Pieter "PoroCYon" Sluys <redacted>
I've queued your patch for 4.16 kernel (after fixing few minor
issues [*]), thanks!
[*] next time please remember to:
* always include full patch description in the later patch revisions
* put things that don't belong to patch description after "---" so
they will not be included in the final commit
* in the later patch revisions include ChangeLog after "---" and also
put patch version in the patch summary line / mail subject
(i.e. "[PATCH v2] ...")
* add tags (i.e. "Reviewed-by: ...") from patch reviewers / testers
into the patch description
* check your patch with scripts/checkpatch.pl tool and fix reported
issues, i.e.:
ERROR: switch and case should be at the same indent
#69: FILE: drivers/video/fbdev/vfb.c:242:
+ switch (info->var.bits_per_pixel) {
+ case 1:
[...]
+ case 8:
[...]
+ case 16:
+ case 24:
+ case 32:
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics