[kbuild] Re: [PATCH] drm/irq: Add irq as false detection

2020-11-02 Thread Dan Carpenter
Hi Tian, url: https://github.com/0day-ci/linux/commits/Tian-Tao/drm-irq-Add-irq-as-false-detection/20201102-192137 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 3cea11cd5e3b00d91caf0b4730194039b45c5891 config: x86_64-randconfig-m001-20201102 (attached as .confi

Re: [PATCH] drm/irq: Add irq as false detection

2020-11-02 Thread tiantao (H)
在 2020/11/2 20:09, Thomas Zimmermann 写道: Hi Am 02.11.20 um 12:19 schrieb Tian Tao: Add the detection of false for irq, so that the EINVAL is not returned when dev->irq_enabled is false. Signed-off-by: Tian Tao --- drivers/gpu/drm/drm_irq.c | 3 +++ 1 file changed, 3 insertions(+) diff -

Re: [PATCH] drm/irq: Add irq as false detection

2020-11-02 Thread Daniel Vetter
On Mon, Nov 2, 2020 at 1:40 PM Thomas Zimmermann wrote: > > Hi > > Am 02.11.20 um 13:09 schrieb Thomas Zimmermann: > > Hi > > > > Am 02.11.20 um 12:19 schrieb Tian Tao: > >> Add the detection of false for irq, so that the EINVAL is not > >> returned when dev->irq_enabled is false. > >> > >> Signed

Re: [PATCH] drm/irq: Add irq as false detection

2020-11-02 Thread Thomas Zimmermann
Hi Am 02.11.20 um 13:09 schrieb Thomas Zimmermann: > Hi > > Am 02.11.20 um 12:19 schrieb Tian Tao: >> Add the detection of false for irq, so that the EINVAL is not >> returned when dev->irq_enabled is false. >> >> Signed-off-by: Tian Tao >> --- >> drivers/gpu/drm/drm_irq.c | 3 +++ >> 1 file ch

Re: [PATCH] drm/irq: Add irq as false detection

2020-11-02 Thread Thomas Zimmermann
Hi Am 02.11.20 um 12:19 schrieb Tian Tao: > Add the detection of false for irq, so that the EINVAL is not > returned when dev->irq_enabled is false. > > Signed-off-by: Tian Tao > --- > drivers/gpu/drm/drm_irq.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/drm_irq