Hi, On Sat, Mar 3, 2018 at 9:56 AM, Fabio Estevam <[email protected]> wrote: > From: Fabio Estevam <[email protected]> > > Since commit 52e17089d185 ("media: imx: Don't initialize vars that > won't be used") imx_csi_probe() fails to probe after propagating the > devm_pinctrl_get_select_default() error. > > devm_pinctrl_get_select_default() may return -ENODEV when the CSI pinctrl > entry is not found, so better not to propagate the error in the -ENODEV > case to avoid a regression. > > Suggested-by: Philipp Zabel <[email protected]> > Signed-off-by: Fabio Estevam <[email protected]> > Reviewed-by: Steve Longerbeam <[email protected]>
A gentle ping. This series fixes a regression on the imx-media-csi driver. Thanks
