parport: ax88796: Improve a size determination in parport_ax88796_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 7 Feb 2018 19:47:49 +0000 (19:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Mar 2018 16:54:09 +0000 (17:54 +0100)
commit5e50654da591efecb02fd9dab032152e4c5d0ca2
treee9e6fd26f3b8e6d8f39a1d9f6da691744ab0a862
parentd6906e7efa8071f911fd92a35cec57473bca3074
parport: ax88796: Improve a size determination in parport_ax88796_probe()

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 detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/parport_ax88796.c