Re: [PATCH 2/4] clk-u300: Improve a size determination in two functions

2017-11-13 Thread Stephen Boyd
On 09/26, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 26 Sep 2017 19:33:02 +0200 > > Replace the specification of data structures by pointer dereferences > as the parameter for the operator "sizeof" to make the corresponding size > determination a bit safer according to the Linux

[PATCH 2/4] clk-u300: Improve a size determination in two functions

2017-09-26 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 26 Sep 2017 19:33:02 +0200 Replace the specification of data structures by pointer dereferences as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. This issue was detec