debian/patches/drm_device_keep_trying.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 32c42a946c104fe454b1fcb71e5f85503adf4637 Author: Maarten Lankhorst <[email protected]> Date: Mon Mar 11 19:49:16 2013 +0100 fix typo in drm_device_keep_trying.patch diff --git a/debian/patches/drm_device_keep_trying.patch b/debian/patches/drm_device_keep_trying.patch index e1809e0..a93a0bc 100644 --- a/debian/patches/drm_device_keep_trying.patch +++ b/debian/patches/drm_device_keep_trying.patch @@ -57,7 +57,7 @@ Signed-off-by: Bryce Harrington <[email protected]> + if (!err) + break; + -+ if (err != -EACCESS) { ++ if (err != -EACCES) { + ErrorF("drmSetInterfaceVersion failed with %i(%s)\n", err, strerror(-err)); + goto err; + } -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

