diff for duplicates of <20110829045328.23173.92976.sendpatchset@rxone.opensource.se> diff --git a/a/1.txt b/N1/1.txt index e34525d..9d23caa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -43,8 +43,8 @@ Signed-off-by: Magnus Damm <damm@opensource.se> r_tpu_disable(p); /* off and maximum are handled as GPIO pins, in between PWM */ -- if ((brightness = 0) || (brightness = ldev->max_brightness)) -+ if ((brightness = 0) || (brightness = p->ldev.max_brightness)) +- if ((brightness == 0) || (brightness == ldev->max_brightness)) ++ if ((brightness == 0) || (brightness == p->ldev.max_brightness)) r_tpu_set_pin(p, R_TPU_PIN_GPIO, brightness); else { r_tpu_set_pin(p, R_TPU_PIN_GPIO_FN, 0); diff --git a/a/content_digest b/N1/content_digest index 920e585..aa14f33 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH] leds: Update Renesas TPU LED driver to use workqueue\0" - "Date\0Mon, 29 Aug 2011 04:53:28 +0000\0" + "Date\0Mon, 29 Aug 2011 13:53:28 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-sh@vger.kernel.org" grant.likely@secretlab.ca @@ -55,8 +55,8 @@ " \tr_tpu_disable(p);\n" " \n" " \t/* off and maximum are handled as GPIO pins, in between PWM */\n" - "-\tif ((brightness = 0) || (brightness = ldev->max_brightness))\n" - "+\tif ((brightness = 0) || (brightness = p->ldev.max_brightness))\n" + "-\tif ((brightness == 0) || (brightness == ldev->max_brightness))\n" + "+\tif ((brightness == 0) || (brightness == p->ldev.max_brightness))\n" " \t\tr_tpu_set_pin(p, R_TPU_PIN_GPIO, brightness);\n" " \telse {\n" " \t\tr_tpu_set_pin(p, R_TPU_PIN_GPIO_FN, 0);\n" @@ -91,4 +91,4 @@ " \tr_tpu_disable(p);\n" " \tr_tpu_set_pin(p, R_TPU_PIN_UNUSED, LED_OFF);" -e3d2936ac8e51db2d7ba27bea5ec58b80720e90afd87e5d6ace87979791f7bd3 +49975fcb1cca9a81e5c9f692354051f1f1904b169b0cb856cf577ef476553417
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.