Re: [PATCH v7 2/3] thermal: tegra: fix memory allocation

2019-02-18 Thread Daniel Lezcano
On 03/01/2019 11:12, Wei Ni wrote: > Fix memory allocation to store the pointers to > thermal_zone_device. > > Signed-off-by: Wei Ni > Acked-by: Thierry Reding > --- Good catch Reviewed-by: Daniel Lezcano > drivers/thermal/tegra/soctherm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

[PATCH v7 2/3] thermal: tegra: fix memory allocation

2019-01-03 Thread Wei Ni
Fix memory allocation to store the pointers to thermal_zone_device. Signed-off-by: Wei Ni Acked-by: Thierry Reding --- drivers/thermal/tegra/soctherm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c index f