diff for duplicates of <4E607D51.8010203@ti.com> diff --git a/a/1.txt b/N1/1.txt index 7e9a3ad..7a8672e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -72,7 +72,7 @@ Archit > long new_delta = abs(pck - req_pck); > @@ -2773,7 +2779,7 @@ int dispc_calc_clock_rates(unsigned long dispc_fclk_rate, > { -> if (cinfo->lck_div> 255 || cinfo->lck_div = 0) +> if (cinfo->lck_div> 255 || cinfo->lck_div == 0) > return -EINVAL; > - if (cinfo->pck_div< 2 || cinfo->pck_div> 255) > + if (cinfo->pck_div< 1 || cinfo->pck_div> 255) diff --git a/a/content_digest b/N1/content_digest index 0ffbec7..48763e2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01314796908-17354-2-git-send-email-tomi.valkeinen@ti.com\0" "From\0Archit Taneja <archit@ti.com>\0" "Subject\0Re: [PATCH 1/8] OMAP: DSS2: DISPC: Fix minimum PCD value\0" - "Date\0Fri, 02 Sep 2011 06:54:06 +0000\0" + "Date\0Fri, 2 Sep 2011 12:23:05 +0530\0" "To\0Valkeinen" " Tomi <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>" @@ -85,7 +85,7 @@ "> \t\t\tlong new_delta = abs(pck - req_pck);\n" "> @@ -2773,7 +2779,7 @@ int dispc_calc_clock_rates(unsigned long dispc_fclk_rate,\n" "> {\n" - "> \tif (cinfo->lck_div> 255 || cinfo->lck_div = 0)\n" + "> \tif (cinfo->lck_div> 255 || cinfo->lck_div == 0)\n" "> \t\treturn -EINVAL;\n" "> -\tif (cinfo->pck_div< 2 || cinfo->pck_div> 255)\n" "> +\tif (cinfo->pck_div< 1 || cinfo->pck_div> 255)\n" @@ -133,4 +133,4 @@ "> \tFEAT_PARAM_DSIPLL_REGM,\n" "> \tFEAT_PARAM_DSIPLL_REGM_DISPC," -5a3235b119b332143ed0c92f1dc0b9c3239728d02894b1cd6224d0f2d231f6e0 +b59add82e9fba34bcbef5c570d1c0095cd25e7e09ff7f4807613b2ac1fcc8cad
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.