Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e3bb7c60
Commit
e3bb7c60
authored
Jun 02, 2011
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[media] xc4000: Fix a few bad whitespaces on it
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
62956ced
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
drivers/media/common/tuners/xc4000.c
drivers/media/common/tuners/xc4000.c
+8
-8
No files found.
drivers/media/common/tuners/xc4000.c
View file @
e3bb7c60
...
...
@@ -73,7 +73,7 @@ struct firmware_properties {
v4l2_std_id
std_req
;
__u16
int_freq
;
unsigned
int
scode_table
;
int
scode_nr
;
int
scode_nr
;
};
struct
xc4000_priv
{
...
...
@@ -111,7 +111,7 @@ struct xc4000_priv {
/* Product id */
#define XC_PRODUCT_ID_FW_NOT_LOADED 0x2000
#define XC_PRODUCT_ID_FW_LOADED
0x0FA0
#define XC_PRODUCT_ID_FW_LOADED 0x0FA0
/* Registers (Write-only) */
#define XREG_INIT 0x00
...
...
@@ -189,16 +189,16 @@ struct XC_TV_STANDARD {
#define XC4000_DK_PAL_NICAM 10
#define XC4000_DK_PAL_MONO 11
#define XC4000_DK_SECAM_A2DK1 12
#define XC4000_DK_SECAM_A2LDK3
13
#define XC4000_DK_SECAM_A2MONO
14
#define XC4000_DK_SECAM_A2LDK3 13
#define XC4000_DK_SECAM_A2MONO 14
#define XC4000_L_SECAM_NICAM 15
#define XC4000_LC_SECAM_NICAM 16
#define XC4000_DTV6 17
#define XC4000_DTV8 18
#define XC4000_DTV7_8 19
#define XC4000_DTV7 20
#define XC4000_FM_Radio_INPUT2
21
#define XC4000_FM_Radio_INPUT1
22
#define XC4000_FM_Radio_INPUT2 21
#define XC4000_FM_Radio_INPUT1 22
/* WAS :
static struct XC_TV_STANDARD XC4000_Standard[MAX_TV_STANDARD] = {
...
...
@@ -565,7 +565,7 @@ static int xc4000_readreg(struct xc4000_priv *priv, u16 reg, u16 *val)
return
XC_RESULT_SUCCESS
;
}
#define dump_firm_type(t)
dump_firm_type_and_int_freq(t, 0)
#define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0)
static
void
dump_firm_type_and_int_freq
(
unsigned
int
type
,
u16
int_freq
)
{
if
(
type
&
BASE
)
...
...
@@ -967,7 +967,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
int
rc
=
0
,
is_retry
=
0
;
u16
version
,
hwmodel
;
v4l2_std_id
std0
;
u8
hw_major
,
hw_minor
,
fw_major
,
fw_minor
;
u8
hw_major
,
hw_minor
,
fw_major
,
fw_minor
;
dprintk
(
1
,
"%s called
\n
"
,
__func__
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment