diff for duplicates of <5108C9C1.1090707@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 80f4276..6192012 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ EDID. If this is correct, we don't have to hard-code here. > + struct panel_claa101 *panel = to_panel_claa101(entity); > + > + /* OFF and STANDBY are equivalent to us */ -> + if (state = DISPLAY_ENTITY_STATE_STANDBY) +> + if (state == DISPLAY_ENTITY_STATE_STANDBY) > + state = DISPLAY_ENTITY_STATE_OFF; Do we need this? The "switch" below handles the same thing already. diff --git a/a/content_digest b/N1/content_digest index 5e4e6e3..a1a2534 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01359514939-15653-2-git-send-email-acourbot@nvidia.com\0" "From\0Mark Zhang <nvmarkzhang@gmail.com>\0" "Subject\0Re: [RFC 1/4] video: panel: add CLAA101WA01A panel support\0" - "Date\0Wed, 30 Jan 2013 07:20:33 +0000\0" + "Date\0Wed, 30 Jan 2013 15:20:33 +0800\0" "To\0Alexandre Courbot <acourbot@nvidia.com>\0" "Cc\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>" Thierry Reding <thierry.reding@avionic-design.de> @@ -47,7 +47,7 @@ "> +\tstruct panel_claa101 *panel = to_panel_claa101(entity);\n" "> +\n" "> +\t/* OFF and STANDBY are equivalent to us */\n" - "> +\tif (state = DISPLAY_ENTITY_STATE_STANDBY)\n" + "> +\tif (state == DISPLAY_ENTITY_STATE_STANDBY)\n" "> +\t\tstate = DISPLAY_ENTITY_STATE_OFF;\n" "\n" "Do we need this? The \"switch\" below handles the same thing already.\n" @@ -152,4 +152,4 @@ "> +MODULE_LICENSE(\"GPL\");\n" > -0d86d70f9d826f0e762711f2f5efad34533527158dbd917f376914ba950b2c4b +be8596463d3a5c7a7e1de8dedd5b68b3781af47f5d198fae948c5b4e67923ea4
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.