Re: [PATCH 2/2] clk/ux500: Improve a size determination in three functions

2017-11-13 Thread Stephen Boyd
On 09/27, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 27 Sep 2017 20:30:53 +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

Re: [PATCH 2/2] clk/ux500: Improve a size determination in three functions

2017-09-28 Thread Ulf Hansson
On 27 September 2017 at 20:47, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 27 Sep 2017 20:30:53 +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 a

[PATCH 2/2] clk/ux500: Improve a size determination in three functions

2017-09-27 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 27 Sep 2017 20:30:53 +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