From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 16 Sep 2020 13:19:51 +0000 Subject: [PATCH v2 44/46] video: stm32: Fix not calling dev_xxx with a device In-Reply-To: <20200915144522.509493-45-seanga2@gmail.com> References: <20200915144522.509493-1-seanga2@gmail.com> <20200915144522.509493-45-seanga2@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sean, > From: Sean Anderson > Sent: mardi 15 septembre 2020 16:45 > > There is no member `dev` in dw_mipi_dsi, but there is one in mipi_dsi_host, so use > that. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - New > Reviewed-by: Patrick Delaunay Thanks Patrick