BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
2d7b47c0
Commit
2d7b47c0
authored
Oct 10, 2017
by
David Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added check on status register between each write operation per
Media Tek's instructions
parent
dc5ec633
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
io.c
linux_kernel_modules/mt7697q/io.c
+8
-0
No files found.
linux_kernel_modules/mt7697q/io.c
View file @
2d7b47c0
...
...
@@ -270,6 +270,14 @@ int mt7697io_wr(struct mt7697q_info *qinfo, u32 addr, const u32 *data, size_t nu
__func__
,
ret
);
goto
cleanup
;
}
ret
=
mt7697io_slave_wait
(
qinfo
);
if
(
ret
<
0
)
{
dev_err
(
qinfo
->
dev
,
"%s(): mt7697io_slave_wait() failed(%d)
\n
"
,
__func__
,
ret
);
goto
cleanup
;
}
}
cleanup:
...
...
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