Re: [PATCH 2/3] ALSA: hal2: Improve a size determination in hal2_create()

2017-11-27 Thread Takashi Iwai
On Sat, 11 Nov 2017 19:13:15 +0100, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Sat, 11 Nov 2017 18:34:04 +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 b

[PATCH 2/3] ALSA: hal2: Improve a size determination in hal2_create()

2017-11-11 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 11 Nov 2017 18:34:04 +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