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
nexedi
linux
Commits
907a2317
Commit
907a2317
authored
Jan 04, 2018
by
Ulf Hansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixes' into next
parents
d63da8c6
2bd7b4aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
drivers/mmc/host/s3cmci.c
drivers/mmc/host/s3cmci.c
+4
-2
No files found.
drivers/mmc/host/s3cmci.c
View file @
907a2317
...
...
@@ -1424,7 +1424,9 @@ static const struct file_operations s3cmci_fops_state = {
struct
s3cmci_reg
{
unsigned
short
addr
;
unsigned
char
*
name
;
}
debug_regs
[]
=
{
};
static
const
struct
s3cmci_reg
debug_regs
[]
=
{
DBG_REG
(
CON
),
DBG_REG
(
PRE
),
DBG_REG
(
CMDARG
),
...
...
@@ -1446,7 +1448,7 @@ struct s3cmci_reg {
static
int
s3cmci_regs_show
(
struct
seq_file
*
seq
,
void
*
v
)
{
struct
s3cmci_host
*
host
=
seq
->
private
;
struct
s3cmci_reg
*
rptr
=
debug_regs
;
const
struct
s3cmci_reg
*
rptr
=
debug_regs
;
for
(;
rptr
->
name
;
rptr
++
)
seq_printf
(
seq
,
"SDI%s
\t
=0x%08x
\n
"
,
rptr
->
name
,
...
...
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