Home
last modified time | relevance | path

Searched hist:"44 a391081c9b186cb1b3846c7f1bb5f75afa3253" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/
H A Dcg14.cdiff 44a391081c9b186cb1b3846c7f1bb5f75afa3253 Wed Jan 01 18:49:47 CET 2020 Julia Lawall <Julia.Lawall@inria.fr> fbdev: cg14fb: use resource_size

Use resource_size rather than a verbose computation on
the end and start fields.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

<smpl>
@@ struct resource ptr; @@
- (ptr.end - ptr.start + 1)
+ resource_size(&ptr)
</smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
[b.zolnierkie: minor patch summary fixup]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1577900990-8588-8-git-send-email-Julia.Lawall@inria.fr