Re: [PATCH] gpu: host1x: Clean up debugfs in error handling path in 'host1x_probe()'

2020-05-08 Thread Thierry Reding
On Sun, Apr 26, 2020 at 09:16:30PM +0200, Christophe JAILLET wrote: > 'host1x_debug_init()' must be reverted in an error handling path. > > This is already fixed in the remove function since commit 44156eee91ba > ("gpu: host1x: Clean up debugfs on removal") > > Signed-off-by: Christophe JAILLET

[PATCH] gpu: host1x: Clean up debugfs in error handling path in 'host1x_probe()'

2020-04-27 Thread Christophe JAILLET
'host1x_debug_init()' must be reverted in an error handling path. This is already fixed in the remove function since commit 44156eee91ba ("gpu: host1x: Clean up debugfs on removal") Signed-off-by: Christophe JAILLET --- drivers/gpu/host1x/dev.c | 1 + 1 file changed, 1 insertion(+) diff --git