diff for duplicates of <20100413195004.GA4402@joi.lan> diff --git a/a/1.txt b/N1/1.txt index a484df4..859ea98 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -107,7 +107,7 @@ index 76d8dae..45d7a3d 100644 + info->flags = FBINFO_FLAG_DEFAULT | FBINFO_MISC_FIRMWARE | FBINFO_HWACCEL_YPAN; - i = (info->var.bits_per_pixel = 8) ? 256 : 16; + i = (info->var.bits_per_pixel == 8) ? 256 : 16; @@ -1355,6 +1369,9 @@ static int __devinit vga16fb_probe(struct platform_device *dev) vga16fb_update_fix(info); diff --git a/a/content_digest b/N1/content_digest index 0638999..0298037 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\020100412213327.GA4463@joi.lan\0" "From\0Marcin Slusarz <marcin.slusarz@gmail.com>\0" "Subject\0[PATCH] vga16fb, drm/nouveau: vga16fb->nouveau handoff\0" - "Date\0Tue, 13 Apr 2010 19:50:04 +0000\0" + "Date\0Tue, 13 Apr 2010 21:50:04 +0200\0" "To\0Dave Airlie <airlied@redhat.com>\0" "Cc\0linux-fbdev@vger.kernel.org" nouveau@lists.freedesktop.org @@ -124,7 +124,7 @@ "+\tinfo->flags = FBINFO_FLAG_DEFAULT | FBINFO_MISC_FIRMWARE |\n" " \t\tFBINFO_HWACCEL_YPAN;\n" " \n" - " \ti = (info->var.bits_per_pixel = 8) ? 256 : 16;\n" + " \ti = (info->var.bits_per_pixel == 8) ? 256 : 16;\n" "@@ -1355,6 +1369,9 @@ static int __devinit vga16fb_probe(struct platform_device *dev)\n" " \n" " \tvga16fb_update_fix(info);\n" @@ -153,4 +153,4 @@ "-- \n" 1.7.0.4 -03fe629cccb69a43e8c6a5e8fac6439c7b61872aa4e165bf2b0348170a4b5848 +b0ebe9ad91b9fc0f2afce57eb0dc185ee33e57b3cd886752c1dc1390ae7b712e
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.