diff for duplicates of <1271030068.3554.1.camel@localhost> diff --git a/a/1.txt b/N1/1.txt index d7e5e5f..3fbf21c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -54,7 +54,7 @@ Dave. > static bool fb_do_apertures_overlap(struct fb_info *gen, struct fb_info *hw) > { > - /* is the generic aperture base the same as the HW one */ -> - if (gen->aperture_base = hw->aperture_base) +> - if (gen->aperture_base == hw->aperture_base) > - return true; > - /* is the generic aperture base inside the hw base->hw base+size */ > - if (gen->aperture_base > hw->aperture_base && gen->aperture_base <= hw->aperture_base + hw->aperture_size) diff --git a/a/content_digest b/N1/content_digest index 87233b6..ab1bf87 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01270929334-3742-1-git-send-email-marcin.slusarz@gmail.com\0" "From\0Dave Airlie <airlied@redhat.com>\0" "Subject\0Re: [PATCH 1/3] fbmem: fix aperture overlapping check\0" - "Date\0Sun, 11 Apr 2010 23:54:28 +0000\0" + "Date\0Mon, 12 Apr 2010 09:54:28 +1000\0" "To\0marcin.slusarz@gmail.com\0" "Cc\0LKML <linux-kernel@vger.kernel.org>" dri-devel <dri-devel@lists.freedesktop.org> @@ -67,7 +67,7 @@ "> static bool fb_do_apertures_overlap(struct fb_info *gen, struct fb_info *hw)\n" "> {\n" "> -\t/* is the generic aperture base the same as the HW one */\n" - "> -\tif (gen->aperture_base = hw->aperture_base)\n" + "> -\tif (gen->aperture_base == hw->aperture_base)\n" "> -\t\treturn true;\n" "> -\t/* is the generic aperture base inside the hw base->hw base+size */\n" "> -\tif (gen->aperture_base > hw->aperture_base && gen->aperture_base <= hw->aperture_base + hw->aperture_size)\n" @@ -79,4 +79,4 @@ "> /**\n" "> *\tregister_framebuffer - registers a frame buffer device" -817b390d47456218ae187eb2ebc96ea8a835c46fc5eed11f51dbf7d093ba4460 +2e4f69dd29b0a239d0fa0fe17e2424144d0d6bb0f3eb1e5f217db61e178b0a51
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.