drm/ttm: fix an error path to exit function correctly
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 17 Jun 2009 10:29:57 +0000 (12:29 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 18 Jun 2009 23:01:49 +0000 (09:01 +1000)
commit87ef92092fd092936535ba057ee19b97bb6a709a
tree38f3cc40448bee54a809e6c3b0aeefae620a7067
parent89579f778266d5a4d08d0c64c46b1565218de9f9
drm/ttm: fix an error path to exit function correctly

Just a goto instead of a direct exit.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo.c