Skip to content
Commit 12acdbd7 authored by Ondrej Zary's avatar Ondrej Zary Committed by Helge Deller
Browse files

video: fbdev: i740fb: use memset_io() to clear screen



sparse complains that using memset() on __iomem pointer is wrong:
incorrect type in argument 1 (different address spaces)

Use memset_io() to clear screen instead.

Tested on real i740 cards.

Signed-off-by: default avatarOndrej Zary <linux@zary.sk>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 7015bb57
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment