diff for duplicates of <20110406050929.GA22741@ericsson.com> diff --git a/a/1.txt b/N1/1.txt index b1a5dc6..a9bed46 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -321,7 +321,8 @@ The same is true for alarms. > + > +static void nct1008_work_func(struct work_struct *work) > +{ -> + struct nct1008_data *data > + container_of(work, struct nct1008_data, work); +> + struct nct1008_data *data = +> + container_of(work, struct nct1008_data, work); > + int irq = data->client->irq; > + > + mutex_lock(&data->mutex); @@ -609,9 +610,4 @@ scheduling the work function is unnecessary. > +module_exit(nct1008_exit); > -- > 1.7.0.4 -> - -_______________________________________________ -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 7de122a..16572b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01302059183-29631-1-git-send-email-achew@nvidia.com\0" "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0" - "Subject\0Re: [lm-sensors] [PATCH 1/1] [hwmon] nct1008: Initial NCT1008 driver\0" - "Date\0Wed, 06 Apr 2011 05:09:29 +0000\0" + "Subject\0Re: [PATCH 1/1] [hwmon] nct1008: Initial NCT1008 driver\0" + "Date\0Tue, 5 Apr 2011 22:09:29 -0700\0" "To\0achew@nvidia.com <achew@nvidia.com>\0" "Cc\0khali@linux-fr.org <khali@linux-fr.org>" lm-sensors@lm-sensors.org <lm-sensors@lm-sensors.org> @@ -335,7 +335,8 @@ "> +\n" "> +static void nct1008_work_func(struct work_struct *work)\n" "> +{\n" - "> + struct nct1008_data *data > + container_of(work, struct nct1008_data, work);\n" + "> + struct nct1008_data *data =\n" + "> + container_of(work, struct nct1008_data, work);\n" "> + int irq = data->client->irq;\n" "> +\n" "> + mutex_lock(&data->mutex);\n" @@ -623,11 +624,6 @@ "> +module_exit(nct1008_exit);\n" "> --\n" "> 1.7.0.4\n" - "> \n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + > -7f27bbef26c1d8d11ef55c8b961d874e10f30773aca581349adf52c8ad677b0e +30b0fd3a11ccd57acdb36f9af2bd139151fbe06cb4db3ea6f6b7167dac2bd79c
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.