misc drm patches

2008-05-28 Thread vehemens
Here are a few drm patches. correct another lock leak. add missing link. negate return value. minor cleanup while we are here. diff --git a/bsd-core/drm_bufs.c b/bsd-core/drm_bufs.c index 3508331..c793634 100644 --- a/bsd-core/drm_bufs.c +++ b/bsd-core/drm_bufs.c @@ -832,12 +832,12 @@ int

Re: misc drm patches

2008-05-28 Thread Oleg Nauman
On Wed, May 28, 2008 at 10:34 AM, vehemens [EMAIL PROTECTED] wrote: Here are a few drm patches. correct another lock leak. add missing link. negate return value. minor cleanup while we are here. It just panics my laptop (think due to another bug discovered): Unread portion of the kernel

Re: misc drm patches

2008-05-28 Thread vehemens
On Wednesday 28 May 2008 04:35:42 am Oleg Nauman wrote: On Wed, May 28, 2008 at 10:34 AM, vehemens [EMAIL PROTECTED] wrote: Here are a few drm patches. correct another lock leak. add missing link. negate return value. minor cleanup while we are here. It just panics my laptop