commit | f86e7767990c0d63f0630cbf6018b6996f9ecde5 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <xslaby@fi.muni.cz> | Mon Jan 09 20:52:50 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:01:41 2006 -0800 |
tree | 0da8c5077c264e4c4ebb3a708a15853f91545124 | |
parent | 0eaa21fdfe2c50ba27456730cd8da8782cddaf6f [diff] |
[PATCH] media-radio: Maestro avoid accessing private structures directly video_device.priv is not allowed to touch and it will be actually removed in near future. Use video_get_drvdata() instead. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>