[Dri-devel] drmOpen coding is incomplete

2002-11-25 Thread Alexander Stohr
Title: drmOpen coding is incomplete drmOpen tries opening the drm device two times, but on second try it does trash that file handle in the case of success. the below patch does add the missing return statment for this case. -Alex. PS: the patch should nicely apply to current XF86 and

Re: [Dri-devel] drmOpen coding is incomplete

2002-11-25 Thread Brian Paul
Alexander Stohr wrote: drmOpen tries opening the drm device two times, but on second try it does trash that file handle in the case of success. the below patch does add the missing return statment for this case. -Alex. PS: the patch should nicely apply to current XF86 and DRI CVS code