Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92457
b: refs/heads/master
c: ebff033
h: refs/heads/master
i:
  92455: 7fc43f1
v: v3
  • Loading branch information
Tobias Klauser authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent e96ccda commit 1a18534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 794b16072e00d0a40a8c773dd4319fb1e460a632
refs/heads/master: ebff033039b654b7b5493499babe22c7c1b0d36e
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ struct pvr2_std_hack {
default - which can always be overridden explicitly - and if the user
has otherwise named a default then that default will always be used in
place of this table. */
const static struct pvr2_std_hack std_eeprom_maps[] = {
static const struct pvr2_std_hack std_eeprom_maps[] = {
{ /* PAL(B/G) */
.pat = V4L2_STD_B|V4L2_STD_GH,
.std = V4L2_STD_PAL_B|V4L2_STD_PAL_B1|V4L2_STD_PAL_G,
Expand Down Expand Up @@ -3695,7 +3695,7 @@ static int state_update_pipeline_state(struct pvr2_hdw *hdw)
typedef int (*state_eval_func)(struct pvr2_hdw *);

/* Set of functions to be run to evaluate various states in the driver. */
const static state_eval_func eval_funcs[] = {
static const state_eval_func eval_funcs[] = {
state_eval_pathway_ok,
state_eval_pipeline_config,
state_eval_encoder_ok,
Expand Down

0 comments on commit 1a18534

Please sign in to comment.