"...git@gitlab.flux.utah.edu:xcap/xcap-capability-linux.git" did not exist on "0a6efc78c0c22d60040da0dc98a0844e7c0d0647"
Dan Carpenter
authored
probe_irq_off() returns the first irq found or if two irqs are found then it returns the negative of the first irq found. We can cast dev->irq to an int so that the test for negative values works. Signed-off-by:Dan Carpenter <error27@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>