Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: Re: [PATCH v3] MIPS: Remove repetitive increase irq_err_count Re: [PATCH v3] MIPS: Remove repetitive increase irq_err_count From: Thomas Bogendoerfer Date: Fri Jun 10 2022 - 04:34:25 EST Next message: Jan Engelhardt: "RE: [PATCH 00/12] Clang -Wformat warning fixes" Previous message: Pawan Gupta: "[RFC PATCH] KVM: x86/speculation/taa: Export TAA_NO to guest when host is not affected" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Wed, May 25, 2022 at 12:39:16PM +0800, Genjian Zhang wrote: > From: huhai > > commit 979934da9e7a ("[PATCH] mips: update IRQ handling for vr41xx") added > a function irq_dispatch, and it'll increase irq_err_count when the get_irq > callback returns a negative value, but increase irq_err_count in get_irq > was not removed. > > And also, modpost complains once gpio-vr41xx drivers become modules. > ERROR: modpost: "irq_err_count" [drivers/gpio/gpio-vr41xx.ko] undefined! > > So it would be a good idea to remove repetitive increase irq_err_count in > get_irq callback. > > Fixes: 27fdd325dace ("MIPS: Update VR41xx GPIO driver to use gpiolib") > Fixes: 979934da9e7a ("[PATCH] mips: update IRQ handling for vr41xx") > Reported-by: k2ci > Signed-off-by: huhai This is missing your the Signed-off-by as submitter of the patch. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ] Next message: Jan Engelhardt: "RE: [PATCH 00/12] Clang -Wformat warning fixes" Previous message: Pawan Gupta: "[RFC PATCH] KVM: x86/speculation/taa: Export TAA_NO to guest when host is not affected" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]