commit | 0187f221e96e3436d552c0c7143f183eb82fb658 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben@fluff.org.uk> | Fri Feb 16 01:28:42 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Feb 16 08:14:01 2007 -0800 |
tree | 72f50692961fe3a704359aabd3d25d4bd196d596 | |
parent | 008983d9669b80ac628b6b09ce4d78e75844b294 [diff] |
[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>