Re: [PATCH 6/7] thermal: rcar_gen3_thermal: store device match data in private structure

2017-03-07 Thread Wolfram Sang
On Mon, Mar 06, 2017 at 09:04:00PM +0100, Niklas Söderlund wrote: > The device match data needs to be accessible outside the probe function, > store it in the private data structure. > > Signed-off-by: Niklas Söderlund Reviewed-by: Wolfram Sang

Re: [PATCH 6/7] thermal: rcar_gen3_thermal: store device match data in private structure

2017-03-07 Thread Geert Uytterhoeven
On Mon, Mar 6, 2017 at 9:04 PM, Niklas Söderlund wrote: > The device match data needs to be accessible outside the probe function, > store it in the private data structure. > > Signed-off-by: Niklas Söderlund

[PATCH 6/7] thermal: rcar_gen3_thermal: store device match data in private structure

2017-03-06 Thread Niklas Söderlund
The device match data needs to be accessible outside the probe function, store it in the private data structure. Signed-off-by: Niklas Söderlund --- drivers/thermal/rcar_gen3_thermal.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff