drm/ttm: Fix a potential comparison of structs.
authorThomas Hellstrom <thellstrom@vmware.com>
Fri, 31 Jul 2009 08:47:51 +0000 (10:47 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 4 Aug 2009 03:41:04 +0000 (13:41 +1000)
commit6d0897ba58139523d37e97855ee0fe2d78629da6
tree23d333a187d6537e2f2335045b26333d7a92d908
parent0924d942256ac470c5f7b4ebaf7fe0415fc6fa59
drm/ttm: Fix a potential comparison of structs.

On some architectures the comparison may cause a compilation failure.

Original partial fix Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

Signed-off-by: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo_util.c