The dev->devname being passed to request_irq in drm_irq.h is null. With the
authorDave Airlie <airlied@linux.ie>
Mon, 7 Jun 2004 01:42:35 +0000 (01:42 +0000)
committerDave Airlie <airlied@linux.ie>
Mon, 7 Jun 2004 01:42:35 +0000 (01:42 +0000)
commitcfa5bf31290edad723e1ce388d3840f495f3ccff
tree4993e79e4f63ebe14e6c33693e28ff956f83918e
parent52e3a8a5d9ac8e91eb66872a008d1f7d5d67a326
The dev->devname being passed to request_irq in drm_irq.h is null. With the
    old DRM interface, the devname was set in DRM(setunique), but with the
    current DRM interface >=1.1 the devname is not being set in
    DRM(set_busid).
From: Alan Swanson Approved-by: Dave Airlie <airlied@linux.ie>
linux-core/drm_ioctl.c
linux/drm_ioctl.h