diff options
author | Mike Isely <isely@pobox.com> | 2008-09-03 20:51:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:58 -0400 |
commit | 2bb87c24d7d5639bff65b41b1306542d6d2bf7d0 (patch) | |
tree | cfec14ad4b7584ef80aa26000b942332da571394 /drivers/media/video/pvrusb2/pvrusb2-ctrl.c | |
parent | 0cc118671282044b2a87621e16d7722d5e60cd08 (diff) |
V4L/DVB (8902): pvrusb2: Remove comment lines which refer to checkpatch's behavior
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-ctrl.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-ctrl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-ctrl.c b/drivers/media/video/pvrusb2/pvrusb2-ctrl.c index 2741c7b0b537..203f54cd18a1 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-ctrl.c +++ b/drivers/media/video/pvrusb2/pvrusb2-ctrl.c | |||
@@ -141,10 +141,8 @@ int pvr2_ctrl_get_def(struct pvr2_ctrl *cptr, int *valptr) | |||
141 | LOCK_TAKE(cptr->hdw->big_lock); do { | 141 | LOCK_TAKE(cptr->hdw->big_lock); do { |
142 | if (cptr->info->type == pvr2_ctl_int) { | 142 | if (cptr->info->type == pvr2_ctl_int) { |
143 | if (cptr->info->get_def_value) { | 143 | if (cptr->info->get_def_value) { |
144 | /* Comment to keep checkpatch.pl quiet */ | ||
145 | ret = cptr->info->get_def_value(cptr, valptr); | 144 | ret = cptr->info->get_def_value(cptr, valptr); |
146 | } else { | 145 | } else { |
147 | /* Comment to keep checkpatch.pl quiet */ | ||
148 | *valptr = cptr->info->default_value; | 146 | *valptr = cptr->info->default_value; |
149 | } | 147 | } |
150 | } | 148 | } |