intel: Remove gratuitous assert on bo_reference.
authorEric Anholt <eric@anholt.net>
Tue, 2 Nov 2010 18:19:21 +0000 (11:19 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 2 Nov 2010 18:19:21 +0000 (11:19 -0700)
commit4abb65f95c79c9a2ec2cc1147a753704b5cdd22e
tree593156a3e4bb3411e059088a9077a6068d53967d
parentf45305c1aaf5d8053b047ff6c4ac177e26ae6d17
intel: Remove gratuitous assert on bo_reference.

This couldn't be triggered except by overflow, since there's an assert
in unreference to catch the usual failure of over-unreferencing.
intel/intel_bufmgr_gem.c