Home
last modified time | relevance | path

Searched hist:c116568689d2ddddc878a8c55cd9e84d27b88e94 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Ds3c-fb.cdiff c116568689d2ddddc878a8c55cd9e84d27b88e94 Wed Mar 28 09:34:28 CDT 2018 Markus Elfring <elfring@users.sourceforge.net> video: s3c-fb: Improve a size determination in s3c_fb_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>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>