Re: [PATCH v1 3/4] thermal: tegra: fix memory allocation

2018-11-08 Thread Thierry Reding
On Mon, Nov 05, 2018 at 05:32:33PM +0800, Wei Ni wrote: > Fix memory allocation to store the pointers to > thermal_zone_device. > > Signed-off-by: Wei Ni > --- > drivers/thermal/tegra/soctherm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Thierry Reding signature.asc De

[PATCH v1 3/4] thermal: tegra: fix memory allocation

2018-11-05 Thread Wei Ni
Fix memory allocation to store the pointers to thermal_zone_device. Signed-off-by: Wei Ni --- 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 39a8bda07ac4..3042837364e8