diff for duplicates of <51E663FC.5050209@nvidia.com> diff --git a/a/1.txt b/N1/1.txt index 38a2421..96084ad 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ ok, I will update it in my next version. > >>>> (...) ->>>> + if ((status & 0x7f) == 0 && (status2 & 0xfe) == 0) +>>>> + if ((status & 0x7f) = 0 && (status2 & 0xfe) = 0) >>>> + return false; >>> >>> It's a bit disappointing to not use the freshly introduced constants. @@ -76,4 +76,10 @@ Yes this is simpler, but I think in the future we may need to handle the status2, how to handle it ? Or we can define the status as bit[0~7]->status and bit[8~15]->status2 . -> +> + + +_______________________________________________ +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 d5d3fec..ae6b885 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,8 +4,8 @@ "ref\051E641C7.4000107@nvidia.com\0" "ref\020130717102803.6ee36313@endymion.delvare\0" "From\0Wei Ni <wni@nvidia.com>\0" - "Subject\0Re: [PATCH v3 2/4] hwmon: (lm90) use macro defines for the status bit\0" - "Date\0Wed, 17 Jul 2013 17:29:32 +0800\0" + "Subject\0Re: [lm-sensors] [PATCH v3 2/4] hwmon: (lm90) use macro defines for the status bit\0" + "Date\0Wed, 17 Jul 2013 09:29:32 +0000\0" "To\0Jean Delvare <khali@linux-fr.org>\0" "Cc\0Guenter Roeck <linux@roeck-us.net>" thierry.reding@gmail.com <thierry.reding@gmail.com> @@ -36,7 +36,7 @@ "\n" "> \n" ">>>> (...)\n" - ">>>> +\tif ((status & 0x7f) == 0 && (status2 & 0xfe) == 0)\n" + ">>>> +\tif ((status & 0x7f) = 0 && (status2 & 0xfe) = 0)\n" ">>>> +\t\treturn false;\n" ">>>\n" ">>> It's a bit disappointing to not use the freshly introduced constants.\n" @@ -92,6 +92,12 @@ "status2, how to handle it ? Or we can define the status as\n" "bit[0~7]->status and bit[8~15]->status2 .\n" "\n" - > + "> \n" + "\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -f8134ab200624d53cb4e6c5f3844b0dc660d102699d6746b6ca3c67fa2578b8b +5d64bc42be3253581bd60289055767f4e3c8dc54c5212abb0282d76e78aea937
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.