diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-03 13:37:37 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-03 13:37:37 +0000 |
commit | f08a01c0e21431e1b7990584ce2f61f0e711c093 (patch) | |
tree | b3a19e50620295ce183799808908f647a52750be /shared/via.h | |
parent | 9409d8231c3be346ce7148275ce0ee86ec171716 (diff) |
Fixed bug in via_dma.c. The code didn't check that the lock was held by the
caller. Just that it was held.
Diffstat (limited to 'shared/via.h')
-rw-r--r-- | shared/via.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, \ |