Re: [PATCH 3/6] libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned integers.

2009-07-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pushed. Thanks. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpSMhEACgkQX1gOwKyEAw+ISgCfcedpD30PiXSDtSZqLNCCGArS phwAoIt68Y94F/2i3du3tU+7+YX+5Jhc =P5YO

[PATCH 3/6] libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned integers.

2009-07-03 Thread Pauli Nieminen
--- libdrm/xf86drm.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c index 55df19a..1e6eb7a 100644 --- a/libdrm/xf86drm.c +++ b/libdrm/xf86drm.c @@ -240,22 +240,22 @@ static int drmMatchBusID(const char *id1, const char *id2)