diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 04:06:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:09:00 -0500 |
commit | cef46b1f10ab67c2a00d866413b9e7e26aae9eed (patch) | |
tree | b2804e2e05461b7dbc1d0c3fcfd5cf93cfb71e45 | |
parent | 3272244c2b1a8f13cec83c04b8245fa7fcb47a27 (diff) |
[PATCH] m68k: dumb typo in atyfb
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/video/aty/atyfb_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c index e370125e4fbc..ed81005cbdba 100644 --- a/drivers/video/aty/atyfb_base.c +++ b/drivers/video/aty/atyfb_base.c | |||
@@ -3501,7 +3501,7 @@ err_release_mem: | |||
3501 | 3501 | ||
3502 | static int __devinit atyfb_atari_probe(void) | 3502 | static int __devinit atyfb_atari_probe(void) |
3503 | { | 3503 | { |
3504 | struct aty_par *par; | 3504 | struct atyfb_par *par; |
3505 | struct fb_info *info; | 3505 | struct fb_info *info; |
3506 | int m64_num; | 3506 | int m64_num; |
3507 | u32 clock_r; | 3507 | u32 clock_r; |