diff for duplicates of <honrg5$7uk$1@dough.gmane.org> diff --git a/a/1.txt b/N1/1.txt index 2d13b69..819d270 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ void __user * arg) > > - for (i = 0; i < ARRAY_SIZE(s->qctrl); i++) > + for (i = 0; i < ARRAY_SIZE(s->qctrl); i++) { -> if (ctrl.id = s->qctrl[i].id) { +> if (ctrl.id == s->qctrl[i].id) { > if (s->qctrl[i].flags & V4L2_CTRL_FLAG_DISABLED) > return -EINVAL; > @@ -2305,7 +2305,9 @@ sn9c102_vidioc_s_ctrl(struct sn9c102_device* cam, @@ -34,10 +34,3 @@ void __user * arg) > ctrl.value -= ctrl.value % s->qctrl[i].step; > break; > } - - - --- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index cf9463a..a929143 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,14 @@ "ref\020100328115005.GW5069@bicker\0" "From\0Christophe JAILLET <christophe.jaillet@wanadoo.fr>\0" "Subject\0Re: [patch] video/sn9c102: improve error handling\0" - "Date\0Sun, 28 Mar 2010 15:09:48 +0000\0" + "Date\0Sun, 28 Mar 2010 17:09:48 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-usb@vger.kernel.org" linux-media@vger.kernel.org " kernel-janitors@vger.kernel.org\0" + "Cc\0linux-usb@vger.kernel.org" + linux-kernel@vger.kernel.org + " kernel-janitors@vger.kernel.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -36,20 +39,13 @@ ">\n" "> - for (i = 0; i < ARRAY_SIZE(s->qctrl); i++)\n" "> + for (i = 0; i < ARRAY_SIZE(s->qctrl); i++) {\n" - "> if (ctrl.id = s->qctrl[i].id) {\n" + "> if (ctrl.id == s->qctrl[i].id) {\n" "> if (s->qctrl[i].flags & V4L2_CTRL_FLAG_DISABLED)\n" "> return -EINVAL;\n" "> @@ -2305,7 +2305,9 @@ sn9c102_vidioc_s_ctrl(struct sn9c102_device* cam,\n" "void __user * arg)\n" "> ctrl.value -= ctrl.value % s->qctrl[i].step;\n" "> break;\n" - "> }\n" - "\n" - "\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > } -dc8af61f3ee631d9727e56361274c8d47befa0cc0be3d9f0610dc9319b53b6fa +af83f3a37cd7b1fd72d81e74c3f34b67147dd21d4c964c5b65a1a03b5a09b2fa
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.