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
6b5a26f5
Commit
6b5a26f5
authored
Nov 23, 2011
by
Wey-Yi Guy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iwlwifi: declare static for iwl_sram_cleanup function
Signed-off-by:
Wey-Yi Guy
<
wey-yi.w.guy@intel.com
>
parent
e056a653
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/wireless/iwlwifi/iwl-sv-open.c
drivers/net/wireless/iwlwifi/iwl-sv-open.c
+1
-1
No files found.
drivers/net/wireless/iwlwifi/iwl-sv-open.c
View file @
6b5a26f5
...
...
@@ -184,7 +184,7 @@ void iwl_testmode_init(struct iwl_priv *priv)
priv
->
testmode_sram
.
sram_readed
=
false
;
}
void
iwl_sram_cleanup
(
struct
iwl_priv
*
priv
)
static
void
iwl_sram_cleanup
(
struct
iwl_priv
*
priv
)
{
if
(
priv
->
testmode_sram
.
sram_readed
)
{
kfree
(
priv
->
testmode_sram
.
buff_addr
);
...
...
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