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
b696e5e9
Commit
b696e5e9
authored
Oct 22, 2015
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: reduce syslog debug output
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
aa0bdd29
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
drivers/parisc/lba_pci.c
drivers/parisc/lba_pci.c
+6
-6
No files found.
drivers/parisc/lba_pci.c
View file @
b696e5e9
...
...
@@ -624,6 +624,10 @@ extend_lmmio_len(unsigned long start, unsigned long end, unsigned long lba_len)
{
struct
resource
*
tmp
;
/* exit if not a C8000 */
if
(
boot_cpu_data
.
cpu_type
<
mako
)
return
end
;
pr_debug
(
"LMMIO mismatch: PAT length = 0x%lx, MASK register = 0x%lx
\n
"
,
end
-
start
,
lba_len
);
...
...
@@ -631,10 +635,6 @@ extend_lmmio_len(unsigned long start, unsigned long end, unsigned long lba_len)
pr_debug
(
"LBA: lmmio_space [0x%lx-0x%lx] - original
\n
"
,
start
,
end
);
if
(
boot_cpu_data
.
cpu_type
<
mako
)
{
pr_info
(
"LBA: Not a C8000 system - not extending LMMIO range.
\n
"
);
return
end
;
}
end
+=
lba_len
;
if
(
end
<
start
)
/* fix overflow */
...
...
@@ -1557,9 +1557,9 @@ lba_driver_probe(struct parisc_device *dev)
pci_add_resource_offset
(
&
resources
,
&
lba_dev
->
hba
.
lmmio_space
,
lba_dev
->
hba
.
lmmio_space_offset
);
if
(
lba_dev
->
hba
.
gmmio_space
.
flags
)
{
/* Not registering GMMIO space - according to docs it's not
* even used on HP-UX. */
/* pci_add_resource(&resources, &lba_dev->hba.gmmio_space); */
pr_warn
(
"LBA: Not registering GMMIO space %pR
\n
"
,
&
lba_dev
->
hba
.
gmmio_space
);
}
pci_add_resource
(
&
resources
,
&
lba_dev
->
hba
.
bus_num
);
...
...
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