Re: [PATCH] fpga: dfl: region: Restory symmetry in probe()/remove()

2018-08-17 Thread Moritz Fischer
On Fri, Aug 17, 2018 at 4:40 PM, Moritz Fischer wrote: > Replace dev_get_drvdata() with platform_get_drvdata() to > match the platform_set_drvdata() in the probe function of > the platform driver. > > Fixes commit bb61b9be3e6b ("fpga: dfl: add fpga region platform driver for > FME") >

Re: [PATCH] fpga: dfl: region: Restory symmetry in probe()/remove()

2018-08-17 Thread Moritz Fischer
On Fri, Aug 17, 2018 at 4:40 PM, Moritz Fischer wrote: > Replace dev_get_drvdata() with platform_get_drvdata() to > match the platform_set_drvdata() in the probe function of > the platform driver. > > Fixes commit bb61b9be3e6b ("fpga: dfl: add fpga region platform driver for > FME") >

[PATCH] fpga: dfl: region: Restory symmetry in probe()/remove()

2018-08-17 Thread Moritz Fischer
Replace dev_get_drvdata() with platform_get_drvdata() to match the platform_set_drvdata() in the probe function of the platform driver. Fixes commit bb61b9be3e6b ("fpga: dfl: add fpga region platform driver for FME") Signed-off-by: Moritz Fischer --- drivers/fpga/dfl-fme-region.c | 2 +- 1 file

[PATCH] fpga: dfl: region: Restory symmetry in probe()/remove()

2018-08-17 Thread Moritz Fischer
Replace dev_get_drvdata() with platform_get_drvdata() to match the platform_set_drvdata() in the probe function of the platform driver. Fixes commit bb61b9be3e6b ("fpga: dfl: add fpga region platform driver for FME") Signed-off-by: Moritz Fischer --- drivers/fpga/dfl-fme-region.c | 2 +- 1 file