]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
V4L/DVB (5172): Pvrusb2: Control protocol cleanup
authorMike Isely <isely@pobox.com>
Sun, 28 Jan 2007 18:38:55 +0000 (15:38 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:35:12 +0000 (13:35 -0200)
commit567d7115b9ce8145c166e3368bf31fe613451f77
tree7d5ce8468578501aefc54495df57abf742e6b7dd
parentedae96bd72155b88f8682c830c63338cd699d35c
V4L/DVB (5172): Pvrusb2: Control protocol cleanup

Several special-case FX2 commands were being issued through
pvr2_write_u16() and pvr2_write_8(), but there's really nothing
special case about them.  These date from a very early time in the
driver development.  This patch removes these functions and replaces
their use with calls to pvr2_send_request.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-fx2-cmd.h
drivers/media/video/pvrusb2/pvrusb2-hdw.c