[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b72e135a-1f00-54f6-5548-874cc17756dd@aquantia.com>
Date: Fri, 11 Oct 2019 08:25:04 +0000
From: Igor Russkikh <Igor.Russkikh@...antia.com>
To: Simon Horman <simon.horman@...ronome.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"David S . Miller" <davem@...emloft.net>
Subject: Re: [PATCH net 1/4] net: aquantia: temperature retrieval fix
>> * to 1/1000 degree Celsius.
>> */
>> - *temp = temp_res * 1000 / 256;
>> + *temp = (temp_res & 0xFFFF) * 1000 / 256;
>
> Perhaps while the extra space before '*' could be dropped at the same time.
Hi Simon, thanks for noticing this. Will do.
Regards
Igor
Powered by blists - more mailing lists