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
544f4485
Commit
544f4485
authored
Sep 05, 2019
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Save some bytes in dino driver
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
b0a26f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/parisc/dino.c
drivers/parisc/dino.c
+3
-3
No files found.
drivers/parisc/dino.c
View file @
544f4485
...
...
@@ -6,7 +6,7 @@
** (c) Copyright 1999 SuSE GmbH
** (c) Copyright 1999,2000 Hewlett-Packard Company
** (c) Copyright 2000 Grant Grundler
** (c) Copyright 2006 Helge Deller
** (c) Copyright 2006
-2019
Helge Deller
**
**
** This module provides access to Dino PCI bus (config/IOport spaces)
...
...
@@ -863,14 +863,14 @@ static int __init dino_common_init(struct parisc_device *dev,
#define CUJO_RAVEN_BADPAGE 0x01003000UL
#define CUJO_FIREHAWK_BADPAGE 0x01607000UL
static
const
char
*
dino_vers
[
]
=
{
static
const
char
dino_vers
[][
4
]
=
{
"2.0"
,
"2.1"
,
"3.0"
,
"3.1"
};
static
const
char
*
cujo_vers
[
]
=
{
static
const
char
cujo_vers
[][
4
]
=
{
"1.0"
,
"2.0"
};
...
...
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