diff for duplicates of <20150525040716.GA4448@tinar> diff --git a/a/1.txt b/N1/1.txt index 39501f4..8bd0be4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -38,7 +38,7 @@ index 01237c8..9747e9e 100644 /* Ugh, we cut interrupts, bad bad bad, but we want some precision @@ -478,7 +479,7 @@ static int radeon_probe_pll_params(struct radeonfb_info *rinfo) - if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) = 0) + if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) == 0) break; - do_gettimeofday(&start_tv); @@ -48,7 +48,7 @@ index 01237c8..9747e9e 100644 if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) != 0) @@ -487,20 +488,18 @@ static int radeon_probe_pll_params(struct radeonfb_info *rinfo) for(i=0; i<1000000; i++) - if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) = 0) + if (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) == 0) break; - - do_gettimeofday(&stop_tv); diff --git a/a/content_digest b/N1/content_digest index 558497e..92c55b7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Tina Ruchandani <ruchandani.tina@gmail.com>\0" "Subject\0[PATCH] fbdev: radeon: Remove 'struct timeval' usage\0" - "Date\0Mon, 25 May 2015 04:19:16 +0000\0" + "Date\0Mon, 25 May 2015 09:37:16 +0530\0" "To\0Arnd Bergmann <arnd@arndb.de>\0" "Cc\0y2038@lists.linaro.org" Benjamin Herrenschmidt <benh@kernel.crashing.org> @@ -50,7 +50,7 @@ " \n" " \t/* Ugh, we cut interrupts, bad bad bad, but we want some precision\n" "@@ -478,7 +479,7 @@ static int radeon_probe_pll_params(struct radeonfb_info *rinfo)\n" - " \t\tif (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) = 0)\n" + " \t\tif (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) == 0)\n" " \t\t\tbreak;\n" " \n" "-\tdo_gettimeofday(&start_tv);\n" @@ -60,7 +60,7 @@ " \t\tif (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) != 0)\n" "@@ -487,20 +488,18 @@ static int radeon_probe_pll_params(struct radeonfb_info *rinfo)\n" " \tfor(i=0; i<1000000; i++)\n" - " \t\tif (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) = 0)\n" + " \t\tif (((INREG(CRTC_VLINE_CRNT_VLINE) >> 16) & 0x3ff) == 0)\n" " \t\t\tbreak;\n" "-\t\n" "-\tdo_gettimeofday(&stop_tv);\n" @@ -100,4 +100,4 @@ "-- \n" 2.2.0.rc0.207.ga3a616c -885345da71d1ab0111b6ff29cd812e7a7e0a721b07ba0bcc9e91790279769e4f +208b3f35535bf321928214a9e7bc1e7929e7fe4071623e4998b1b06b50e48beb
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.