Re: [Intel-gfx] [PATCH i-g-t] overlay: fix debugfs path when debugfs mounted on path '/debug'

2017-12-07 Thread Chris Wilson
Quoting changbin...@intel.com (2017-12-07 05:56:43) > From: Changbin Du > > It mistakenly set debugfs root path to "/debug/dri", so correct it. > > Signed-off-by: Changbin Du Reviewed-by: Chris Wilson -Chris ___ Intel-gfx mailing list Intel-gfx@lists

[Intel-gfx] [PATCH i-g-t] overlay: fix debugfs path when debugfs mounted on path '/debug'

2017-12-06 Thread changbin . du
From: Changbin Du It mistakenly set debugfs root path to "/debug/dri", so correct it. Signed-off-by: Changbin Du --- overlay/debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/debugfs.c b/overlay/debugfs.c index 9f3e5cc..5516949 100644 --- a/overlay/debugfs.c