]> git.baikalelectronics.ru Git - kernel.git/commit
media: usbvision: Improve a size determination in usbvision_alloc()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 26 Aug 2017 20:22:13 +0000 (16:22 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 27 Aug 2017 12:48:47 +0000 (08:48 -0400)
commitaad87f1d7c6e2fb650640ec0325b737be1a7d7e3
tree003c974b3f6b2460b23e881335ea04c17a4d4439
parent76b33eeb0e1acdc3155bdf5976633c3e5978896b
media: usbvision: Improve a size determination in usbvision_alloc()

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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/usbvision/usbvision-video.c