Re: [PATCH v2] drm: rcar-du: turn rcar_du_group_get() into void and remove its return value check

2023-10-02 Thread Александра Дюпина
Hi Laurent, I'm sorry, my mistake. Thank you for your comment, I will be more careful in the future 30.09.2023 17:50, Laurent Pinchart пишет: Using tools to find issues is fine in principle, but not even compile-testing the resulting patch before submitting it is not. Alexandra

Re: [PATCH v2] drm: rcar-du: turn rcar_du_group_get() into void and remove its return value check

2023-09-30 Thread Laurent Pinchart
Hi Alexandra, On Wed, Sep 27, 2023 at 01:44:38PM +0300, Alexandra Diupina wrote: > rcar_du_group_get() never returns a negative > error code (always returns 0), so change the comment > about returned value, turn function into void (return > code of rcar_du_group_get has been redundant for a >

Re: [PATCH v2] drm: rcar-du: turn rcar_du_group_get() into void and remove its return value check

2023-09-30 Thread kernel test robot
://lore.kernel.org/r/20230927104438.30628-1-adiupina%40astralinux.ru patch subject: [PATCH v2] drm: rcar-du: turn rcar_du_group_get() into void and remove its return value check config: arm-allyesconfig (https://download.01.org/0day-ci/archive/20230930/202309301402.ur7irqvj-...@intel.com/config) compiler: arm

[PATCH v2] drm: rcar-du: turn rcar_du_group_get() into void and remove its return value check

2023-09-27 Thread Alexandra Diupina
rcar_du_group_get() never returns a negative error code (always returns 0), so change the comment about returned value, turn function into void (return code of rcar_du_group_get has been redundant for a long time, so perhaps it's just not required) and remove redundant error path handling in