summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drm_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/drm_dma.h')
-rw-r--r--sys/dev/drm/drm_dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/drm/drm_dma.h b/sys/dev/drm/drm_dma.h
index e5e9948..0ca180b 100644
--- a/sys/dev/drm/drm_dma.h
+++ b/sys/dev/drm/drm_dma.h
@@ -573,7 +573,7 @@ int DRM(irq_install)( drm_device_t *dev, int irq )
dev->irq = irq;
DRM_OS_UNLOCK;
- DRM_DEBUG( "%s: irq=%d\n", __FUNCTION__, irq );
+ DRM_DEBUG( "%s: irq=%d\n", __func__, irq );
dev->context_flag = 0;
dev->interrupt_flag = 0;
@@ -642,7 +642,7 @@ int DRM(irq_uninstall)( drm_device_t *dev )
if ( !irq )
return DRM_OS_ERR(EINVAL);
- DRM_DEBUG( "%s: irq=%d\n", __FUNCTION__, irq );
+ DRM_DEBUG( "%s: irq=%d\n", __func__, irq );
DRIVER_UNINSTALL();
OpenPOWER on IntegriCloud