diff for duplicates of <20101027212534.GM6062@bicker> diff --git a/a/1.txt b/N1/1.txt index 5d90885..7d6dc16 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,8 +13,8 @@ index 8eb8453..151d9c8 100644 WARN_ON(i915_verify_lists(dev)); - obj_priv->pin_count--; - BUG_ON(obj_priv->pin_count < 0); -+ BUG_ON(obj_priv->pin_count = 0); - BUG_ON(obj_priv->gtt_space = NULL); ++ BUG_ON(obj_priv->pin_count == 0); + BUG_ON(obj_priv->gtt_space == NULL); + obj_priv->pin_count--; + diff --git a/a/content_digest b/N1/content_digest index a299cfc..c84175b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] i915: fix impossible BUG_ON() test\0" - "Date\0Wed, 27 Oct 2010 21:25:34 +0000\0" + "Date\0Wed, 27 Oct 2010 23:25:34 +0200\0" "To\0Chris Wilson <chris@chris-wilson.co.uk>\0" "Cc\0kernel-janitors@vger.kernel.org" " dri-devel@lists.freedesktop.org\0" @@ -21,8 +21,8 @@ " \tWARN_ON(i915_verify_lists(dev));\n" "-\tobj_priv->pin_count--;\n" "-\tBUG_ON(obj_priv->pin_count < 0);\n" - "+\tBUG_ON(obj_priv->pin_count = 0);\n" - " \tBUG_ON(obj_priv->gtt_space = NULL);\n" + "+\tBUG_ON(obj_priv->pin_count == 0);\n" + " \tBUG_ON(obj_priv->gtt_space == NULL);\n" " \n" "+\tobj_priv->pin_count--;\n" "+\n" @@ -30,4 +30,4 @@ " \t * neither active nor being flushed, then stick it on\n" " \t * the inactive list" -84f3be37b4ccd87a143a2f2146b6d24284e160f4cec9730fd4b96a3d328d2369 +c02a2c3cc6722b19f40c2189708f223962002ae05fb411ab88a5cd1d08e6029e
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.