diff for duplicates of <4933F511.4060305@cam.ac.uk> diff --git a/a/1.txt b/N1/1.txt index c416a46..a4f6f35 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -193,7 +193,7 @@ index 0000000..c395722 + trig->owner = THIS_MODULE; + trig->set_trigger_state = &iio_trig_periodic_rtc_set_state; + trig->name = kmalloc(IIO_TRIGGER_NAME_LENGTH, GFP_KERNEL); -+ if (trig->name == NULL) { ++ if (trig->name = NULL) { + ret = -ENOMEM; + goto error_free_trigs_3; + } @@ -201,7 +201,7 @@ index 0000000..c395722 + + /* RTC access */ + trig_info->rtc = rtc_class_open((char *)(pdata->triggers[i].name)); -+ if (trig_info->rtc == NULL) { ++ if (trig_info->rtc = NULL) { + ret = -EINVAL; + goto error_free_trigs_4; + } @@ -290,3 +290,8 @@ index 0000000..9dabc19 + int num_triggers; + struct iio_prtc_trigger *triggers; +}; + +_______________________________________________ +lm-sensors mailing list +lm-sensors@lm-sensors.org +http://lists.lm-sensors.org/mailman/listinfo/lm-sensors diff --git a/a/content_digest b/N1/content_digest index 7d46b55..faf1355 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "ref\04933F291.4020001@cam.ac.uk\0" "From\0Jonathan Cameron <jic23@cam.ac.uk>\0" - "Subject\0[Industrial I/O] [5/13] RFC: IIO Periodic real time clock based trigger.\0" + "Subject\0[lm-sensors] [Industrial I/O] [5/13] RFC: IIO Periodic real time\0" "Date\0Mon, 01 Dec 2008 14:30:41 +0000\0" "To\0Jonathan Cameron <jic23@cam.ac.uk>\0" "Cc\0LKML <linux-kernel@vger.kernel.org>" @@ -207,7 +207,7 @@ "+\t\ttrig->owner = THIS_MODULE;\n" "+\t\ttrig->set_trigger_state = &iio_trig_periodic_rtc_set_state;\n" "+\t\ttrig->name = kmalloc(IIO_TRIGGER_NAME_LENGTH, GFP_KERNEL);\n" - "+\t\tif (trig->name == NULL) {\n" + "+\t\tif (trig->name = NULL) {\n" "+\t\t\tret = -ENOMEM;\n" "+\t\t\tgoto error_free_trigs_3;\n" "+\t\t}\n" @@ -215,7 +215,7 @@ "+\n" "+\t\t/* RTC access */\n" "+\t\ttrig_info->rtc = rtc_class_open((char *)(pdata->triggers[i].name));\n" - "+\t\tif (trig_info->rtc == NULL) {\n" + "+\t\tif (trig_info->rtc = NULL) {\n" "+\t\t\tret = -EINVAL;\n" "+\t\t\tgoto error_free_trigs_4;\n" "+\t\t}\n" @@ -303,6 +303,11 @@ "+struct iio_prtc_trigger_group {\n" "+\tint num_triggers;\n" "+\tstruct iio_prtc_trigger *triggers;\n" - +}; + "+};\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -249ee35fb7622f9c5c4976ad5b06a507ea40eba9704e48ca526ee988bef74f3b +5e10cbe7206b46b0ad00e032277d78afe308834d8a24aa666aa3a6c738527c1f
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.