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
1d72e83d
Commit
1d72e83d
authored
Jun 30, 2023
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: lba_pci: Mark two variables __maybe_unused
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
646d0746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/parisc/lba_pci.c
drivers/parisc/lba_pci.c
+2
-2
No files found.
drivers/parisc/lba_pci.c
View file @
1d72e83d
...
...
@@ -404,7 +404,7 @@ static int elroy_cfg_read(struct pci_bus *bus, unsigned int devfn, int pos, int
static
void
lba_wr_cfg
(
struct
lba_device
*
d
,
u32
tok
,
u8
reg
,
u32
data
,
u32
size
)
{
int
error
=
0
;
int
error
__maybe_unused
=
0
;
u32
arb_mask
=
0
;
u32
error_config
=
0
;
u32
status_control
=
0
;
...
...
@@ -1018,7 +1018,7 @@ static void
lba_pat_resources
(
struct
parisc_device
*
pa_dev
,
struct
lba_device
*
lba_dev
)
{
unsigned
long
bytecnt
;
long
io_count
;
long
io_count
__maybe_unused
;
long
status
;
/* PDC return status */
long
pa_count
;
pdc_pat_cell_mod_maddr_block_t
*
pa_pdc_cell
;
/* PA_VIEW */
...
...
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