Re: [PATCH 2/2] Input: sur40: Improve a size determination in sur40_probe()

2018-01-21 Thread Martin Kepplinger
On 2018-01-20 22:30, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 20 Jan 2018 22:16:14 +0100 > > Replace the specification of a data structure by a pointer dereference > as the parameter for the operator "sizeof" to make the corresponding size > determination a bit safer according

[PATCH 2/2] Input: sur40: Improve a size determination in sur40_probe()

2018-01-20 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 20 Jan 2018 22:16:14 +0100 Replace the specification of a data structure by a pointer dereference 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 det