dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/video/mb862xx
Joe Perches 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr)
Several fixes as well where the +1 was missing.

Done via coccinelle scripts like:

@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

and some grep and typing.

Mostly uncompiled, no cross-compilers.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-06-10 14:55:36 +02:00
..
Makefile video: mb862xx: add support for controller's I2C bus adapter 2011-05-24 16:28:52 +02:00
mb862xx-i2c.c video: mb862xx: udelay need linux/delay.h 2011-05-25 19:04:15 -07:00
mb862xx_reg.h video: mb862xxfb: add support for L1 displaying 2011-05-24 16:28:52 +02:00
mb862xxfb.h video: mb862xxfb: add support for L1 displaying 2011-05-24 16:28:52 +02:00
mb862xxfb_accel.c mb862xxfb: update Valentin's email address 2010-04-07 08:38:04 -07:00
mb862xxfb_accel.h mb862xxfb: add acceleration support for Coral-P/Coral-PA. * imageblt * copyarea * fillrect 2009-12-16 07:20:01 -08:00
mb862xxfbdrv.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00