[PATCH 2/2] serial: sccnxp: Improve a size determination in sccnxp_probe()

2017-12-07 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 7 Dec 2017 22:00:40 +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

[PATCH 2/2] serial: sccnxp: Improve a size determination in sccnxp_probe()

2017-12-07 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 7 Dec 2017 22:00:40 +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