drm: fix fencing refcount error
authorDave Airlie <airlied@redhat.com>
Mon, 30 Jul 2007 23:22:45 +0000 (09:22 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 30 Jul 2007 23:25:51 +0000 (09:25 +1000)
commit283eaa25594347267df4e6e5eedbb9d17bb3682c
treea592bd288a27033823fc9c1d4a4fa5b18bbc973a
parentf01026eae69e81ae16a69a014ba3bcfb286fc7a4
drm: fix fencing refcount error

This extra increase was causing fence leaks on my system, due to create/user add already increasing it twice no need for a 3rd go.
linux-core/drm_fence.c