]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] media-radio: Maestro avoid accessing private structures directly
authorJiri Slaby <xslaby@fi.muni.cz>
Tue, 10 Jan 2006 04:52:50 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:41 +0000 (08:01 -0800)
commitf86e7767990c0d63f0630cbf6018b6996f9ecde5
tree0da8c5077c264e4c4ebb3a708a15853f91545124
parent0eaa21fdfe2c50ba27456730cd8da8782cddaf6f
[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>
drivers/media/radio/radio-maestro.c