On Mon, Dec 16, 2013 at 11:30:13AM +0100, Daniel Vetter wrote: > Checking for both an irq number _and_ whether it's enabled is > redundant. Originally I've thought the drm_dev_to_irq call would break > drivers which do their own irq checking, but those shouldn't have > DRIVER_HAVE_IRQ set as Thierry Reding pointed out. But such drivers > already need to set dev->irq_enabled for other reasons, so we might as > well ditch that check, too. > > v2: Also drop the HAVE_IRQ check. > > Cc: Thierry Reding > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_irq.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Thierry Reding