[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240612133550.473279-1-tejasvipin76@gmail.com>
Date: Wed, 12 Jun 2024 19:05:41 +0530
From: Tejas Vipin <tejasvipin76@...il.com>
To: neil.armstrong@...aro.org,
quic_jesszhan@...cinc.com
Cc: Tejas Vipin <tejasvipin76@...il.com>,
maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
tzimmermann@...e.de,
airlied@...il.com,
daniel@...ll.ch,
linus.walleij@...aro.org,
dmitry.baryshkov@...aro.org,
dianders@...omium.org,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] fix handling of incorrect arguments by mipi_dsi_msleep
mipi_dsi_msleep is currently defined such that it treats ctx as an
argument passed by value. In the case of ctx being passed by
reference, it doesn't raise an error, but instead evaluates the
resulting expression in an undesired manner. Since the majority of the
usage of this function passes ctx by reference (similar to
other functions), mipi_dsi_msleep can be modified to treat ctx as a
pointer and do it correctly, and the other calls to this macro can be
adjusted accordingly.
Tejas Vipin (2):
drm/panel : himax-hx83102: fix incorrect argument to mipi_dsi_msleep
drm/mipi-dsi: fix handling of ctx in mipi_dsi_msleep
drivers/gpu/drm/panel/panel-himax-hx83102.c | 6 +++---
include/drm/drm_mipi_dsi.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.45.2
Powered by blists - more mailing lists