Re: [PATCH 4.4 17/91] drm: rcar-du: Simplify and fix probe error handling

2017-08-08 Thread Greg Kroah-Hartman
On Mon, Aug 07, 2017 at 04:17:58PM +0100, Ben Hutchings wrote: > On Fri, 2017-08-04 at 16:15 -0700, Greg Kroah-Hartman wrote: > [...] > > @@ -291,6 +290,15 @@ static int rcar_du_probe(struct platform > > rcdu->dev = &pdev->dev; > > rcdu->info = of_match_device(rcar_du_of_table, rcdu->dev)->

Re: [PATCH 4.4 17/91] drm: rcar-du: Simplify and fix probe error handling

2017-08-07 Thread Ben Hutchings
On Fri, 2017-08-04 at 16:15 -0700, Greg Kroah-Hartman wrote: [...] > @@ -291,6 +290,15 @@ static int rcar_du_probe(struct platform > rcdu->dev = &pdev->dev; > rcdu->info = of_match_device(rcar_du_of_table, rcdu->dev)->data; > > + platform_set_drvdata(pdev, rcdu); > + > + /* I/