From f08a01c0e21431e1b7990584ce2f61f0e711c093 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Wed, 3 Nov 2004 13:37:37 +0000 Subject: Fixed bug in via_dma.c. The code didn't check that the lock was held by the caller. Just that it was held. --- shared/via.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/via.h') diff --git a/shared/via.h b/shared/via.h index 070be7ae..0746a46d 100644 --- a/shared/via.h +++ b/shared/via.h @@ -30,11 +30,11 @@ #define DRIVER_NAME "via" #define DRIVER_DESC "VIA Unichrome" -#define DRIVER_DATE "20041101" +#define DRIVER_DATE "20041103" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 3 +#define DRIVER_PATCHLEVEL 4 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_VIA_ALLOCMEM)] = { via_mem_alloc, 1, 0 }, \ -- cgit v1.2.3