]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] s3c2410fb: fix un-initialised dev field
authorBen Dooks <ben@fluff.org.uk>
Fri, 16 Feb 2007 09:28:42 +0000 (01:28 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:14:01 +0000 (08:14 -0800)
commit76b5e22132c8e6d35c672150aa7c8cc058475420
tree72f50692961fe3a704359aabd3d25d4bd196d596
parentc0289fa7e6d1791ae4182139910225efec75c9ed
[PATCH] s3c2410fb: fix un-initialised dev field

The current driver is not setting the dev field in the private data
structure, which can lead to an OOPS if the driver tries to report an
error.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Cc: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/s3c2410fb.c