Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
676ca5c3
Commit
676ca5c3
authored
Mar 24, 2017
by
Cedric Roux
Browse files
compilation warning removal
parent
dfcbeff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/ARCH/EXMIMO/DRIVER/eurecom/exmimo_fw.c
View file @
676ca5c3
...
...
@@ -193,7 +193,7 @@ int exmimo_assign_shm_vars(int card_id)
int
exmimo_allocate_rx_tx_buffers
(
int
card_id
)
{
size_t
size
;
int
j
,
i
;
int
j
;
dma_addr_t
dma_addr_dummy
;
// Round up to the next PAGE_SIZE (typ. 4096 bytes)
size
=
(
ADAC_BUFFERSZ_PERCHAN_B
>>
PAGE_SHIFT
)
+
1
;
...
...
@@ -243,8 +243,6 @@ int exmimo_allocate_rx_tx_buffers(int card_id)
*/
int
exmimo_memory_alloc
(
int
card
)
{
int
i
;
if
(
bigshm_init
(
card
)
)
{
printk
(
"exmimo_memory_alloc(): bigshm_init failed for card %d.
\n
"
,
card
);
return
-
ENOMEM
;
...
...
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