Commit 4d731857 authored by Tom 'spot' Callaway's avatar Tom 'spot' Callaway Committed by Linus Torvalds

[PATCH] Fix typo in bw2.c

Patch to fix typo in bw2.c, added in 2.6.9-rc1.
Signed-off-by: default avatarWilliam Irwin <wli@holomorphy.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 94f6362d
......@@ -338,7 +338,7 @@ static void bw2_init_one(struct sbus_dev *sdev)
}
#endif
all->info.var.red.length = all->info.var.green.length =
all->info.var.blue.length = all_info.var.bits_per_pixel;
all->info.var.blue.length = all->info.var.bits_per_pixel;
all->info.var.red.offset = all->info.var.green.offset =
all->info.var.blue.offset = 0;
......
Markdown is supported
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