aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-audio.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-06 21:48:42 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:33 -0400
commit6063a4422cd80eef9cfdd2a57620a2fc73858b1c (patch)
tree318a9df64e1a18299c2f7377bf4f18781dbd12a4 /drivers/media/video/pvrusb2/pvrusb2-audio.c
parenta932f507463d996b6ec1647ee7d4e2fa1e6aeda6 (diff)
V4L/DVB (11160): pvrusb2: whitespace tweaks
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-audio.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-audio.c b/drivers/media/video/pvrusb2/pvrusb2-audio.c
index 6159c7e3047..c29206fa3d1 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-audio.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-audio.c
@@ -26,6 +26,7 @@
26#include <media/msp3400.h> 26#include <media/msp3400.h>
27#include <media/v4l2-common.h> 27#include <media/v4l2-common.h>
28 28
29
29struct pvr2_msp3400_handler { 30struct pvr2_msp3400_handler {
30 struct pvr2_hdw *hdw; 31 struct pvr2_hdw *hdw;
31 struct pvr2_i2c_client *client; 32 struct pvr2_i2c_client *client;
@@ -35,7 +36,6 @@ struct pvr2_msp3400_handler {
35 36
36 37
37 38
38
39struct routing_scheme { 39struct routing_scheme {
40 const int *def; 40 const int *def;
41 unsigned int cnt; 41 unsigned int cnt;