[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <079a55d3-321c-6b54-fa55-8df1222a9f3d@amd.com>
Date: Tue, 23 Nov 2021 16:15:47 -0600
From: Babu Moger <babu.moger@....com>
To: Guenter Roeck <linux@...ck-us.net>, clemens@...isch.de,
jdelvare@...e.com
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] hwmon: (k10temp) Move the CCD limit info inside
k10temp_data structure
On 11/23/21 4:07 PM, Guenter Roeck wrote:
> On 11/23/21 1:52 PM, Moger, Babu wrote:
>>
>>
>> On 11/23/2021 3:40 PM, Guenter Roeck wrote:
>>> On 11/23/21 1:16 PM, Babu Moger wrote:
>>>> It seems appropriate to move the CCD specific information inside the
>>>> k10temp_data structure.
>>>>
>>>
>>> Why ? I don't see it used outside k10temp_get_ccd_support().
>>
>> Thought it will be cleaner to have it all together at one structure. If
>> you feel otherwise I can remove it.
>
> I don't see the point of having a value in a data structure that isn't
> used anywhere outside probing but nevertheless lives forever.
>
> I also don't see how it is "cleaner" to assign a value to a variable
> in a data structure only to dereference it in a single called function,
> when it can be just as easily be passed as argument to that function.
> I would call that just the opposite, since it creates the impression
> that the variable is needed outside probing when that is not the case.
>
Ok. Sure. I will remove this change and re-submitt.
--
Thanks
Babu Moger
Powered by blists - more mailing lists