video: udlfb: Improve a size determination in dlfb_alloc_urb_list()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 29 Dec 2017 18:48:44 +0000 (19:48 +0100)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Fri, 29 Dec 2017 18:48:44 +0000 (19:48 +0100)
commit74fb251963df4cbb10cc1185297a7c7863ef85e3
treeef81736f7a0738905d9b1790ef229fe3dbf46d15
parentd33a7ee92acad1beba5095310ad7da5fb4d20c6b
video: udlfb: Improve a size determination in dlfb_alloc_urb_list()

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>
Cc: Bernie Thompson <bernie@plugable.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/udlfb.c