This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers/video
Linus Torvalds 4be703906c Fix generic fb_ddc i2c edid probe msg
Benh points out that the msgs[0].flags entry never got initialized, and
since it's an automatic stack allocation, it could have any random
value, which is bad.

Rewrite the initializer to explicitly initialize all fields of the small
i2c_msg structure array we generate.  Just to keep it all obvious, let's
handle msgs[1].buf in the same initializer while we're at it, instead of
initializing that one separately later.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-11-16 22:18:28 -08:00
..
2006-11-16 21:59:41 -08:00
2006-10-31 12:53:28 +09:00
2006-10-04 07:55:24 -07:00
2005-10-29 19:31:01 +01:00
2006-11-16 22:18:28 -08:00
2006-06-26 09:58:31 -07:00
2006-10-19 16:30:32 +09:00
2006-11-01 14:52:48 +11:00
2006-10-03 23:01:26 +02:00
2006-08-01 10:37:25 +10:00
2006-01-17 15:53:11 -08:00
2006-10-03 08:04:13 -07:00