Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

s3c2410fb: fix incorrect argument type in resume function

Fix wrong pointer type passed into the s3c2410fb_init_registers()
function.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Krzysztof Helt and committed by
Linus Torvalds
f0466441 68842c9b

+1 -1
+1 -1
drivers/video/s3c2410fb.c
··· 1026 1026 clk_enable(info->clk); 1027 1027 msleep(1); 1028 1028 1029 - s3c2410fb_init_registers(info); 1029 + s3c2410fb_init_registers(fbinfo); 1030 1030 1031 1031 return 0; 1032 1032 }