All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180709220436.GA10751@embeddedor.com>

diff --git a/a/1.txt b/N1/1.txt
index b704ca5..da0e509 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,16 +12,16 @@ index fb605ae..8d63d1b 100644
 --- a/drivers/video/fbdev/omap2/omapfb/dss/dispc.c
 +++ b/drivers/video/fbdev/omap2/omapfb/dss/dispc.c
 @@ -1905,6 +1905,7 @@ static void calc_vrfb_rotation_offset(u8 rotation, bool mirror,
- 		if (color_mode = OMAP_DSS_COLOR_YUV2 ||
- 			color_mode = OMAP_DSS_COLOR_UYVY)
+ 		if (color_mode == OMAP_DSS_COLOR_YUV2 ||
+ 			color_mode == OMAP_DSS_COLOR_UYVY)
  			width = width >> 1;
 +		/* fall through */
  	case OMAP_DSS_ROT_90:
  	case OMAP_DSS_ROT_270:
  		*offset1 = 0;
 @@ -1927,6 +1928,7 @@ static void calc_vrfb_rotation_offset(u8 rotation, bool mirror,
- 		if (color_mode = OMAP_DSS_COLOR_YUV2 ||
- 			color_mode = OMAP_DSS_COLOR_UYVY)
+ 		if (color_mode == OMAP_DSS_COLOR_YUV2 ||
+ 			color_mode == OMAP_DSS_COLOR_UYVY)
  			width = width >> 1;
 +		/* fall through */
  	case OMAP_DSS_ROT_90 + 4:
diff --git a/a/content_digest b/N1/content_digest
index d48f925..b4c416f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0"
  "Subject\0[PATCH] omapfb: Mark expected switch fall-throughs\0"
- "Date\0Mon, 09 Jul 2018 22:04:36 +0000\0"
+ "Date\0Mon, 9 Jul 2018 17:04:36 -0500\0"
  "To\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0"
  "Cc\0linux-omap@vger.kernel.org"
   linux-fbdev@vger.kernel.org
@@ -23,16 +23,16 @@
  "--- a/drivers/video/fbdev/omap2/omapfb/dss/dispc.c\n"
  "+++ b/drivers/video/fbdev/omap2/omapfb/dss/dispc.c\n"
  "@@ -1905,6 +1905,7 @@ static void calc_vrfb_rotation_offset(u8 rotation, bool mirror,\n"
- " \t\tif (color_mode = OMAP_DSS_COLOR_YUV2 ||\n"
- " \t\t\tcolor_mode = OMAP_DSS_COLOR_UYVY)\n"
+ " \t\tif (color_mode == OMAP_DSS_COLOR_YUV2 ||\n"
+ " \t\t\tcolor_mode == OMAP_DSS_COLOR_UYVY)\n"
  " \t\t\twidth = width >> 1;\n"
  "+\t\t/* fall through */\n"
  " \tcase OMAP_DSS_ROT_90:\n"
  " \tcase OMAP_DSS_ROT_270:\n"
  " \t\t*offset1 = 0;\n"
  "@@ -1927,6 +1928,7 @@ static void calc_vrfb_rotation_offset(u8 rotation, bool mirror,\n"
- " \t\tif (color_mode = OMAP_DSS_COLOR_YUV2 ||\n"
- " \t\t\tcolor_mode = OMAP_DSS_COLOR_UYVY)\n"
+ " \t\tif (color_mode == OMAP_DSS_COLOR_YUV2 ||\n"
+ " \t\t\tcolor_mode == OMAP_DSS_COLOR_UYVY)\n"
  " \t\t\twidth = width >> 1;\n"
  "+\t\t/* fall through */\n"
  " \tcase OMAP_DSS_ROT_90 + 4:\n"
@@ -53,4 +53,4 @@
  "-- \n"
  2.7.4
 
-f93c3c062dd69eb01b9e45e54904fb0ea5581de991b344fb01ef840217c33d04
+a905a287e4a56a19b7ab0231eacd72c77c98e43a3160b4da41e4f1515238285b

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.