Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
84971bb4
Commit
84971bb4
authored
Apr 17, 2009
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: pci: Kill off useless debugging printk() in pci-sh7780 init.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
0232ba9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
arch/sh/drivers/pci/pci-sh7780.c
arch/sh/drivers/pci/pci-sh7780.c
+0
-12
No files found.
arch/sh/drivers/pci/pci-sh7780.c
View file @
84971bb4
...
@@ -118,18 +118,6 @@ int __init sh7780_pcic_init(struct pci_channel *chan,
...
@@ -118,18 +118,6 @@ int __init sh7780_pcic_init(struct pci_channel *chan,
pci_write_reg
(
chan
,
map
->
window1
.
base
,
SH4_PCILAR1
);
pci_write_reg
(
chan
,
map
->
window1
.
base
,
SH4_PCILAR1
);
pci_write_reg
(
chan
,
map
->
window1
.
base
,
SH7780_PCIMBAR1
);
pci_write_reg
(
chan
,
map
->
window1
.
base
,
SH7780_PCIMBAR1
);
/* Map IO space into PCI IO window:
* IO addresses will be translated to the PCI IO window base address
*/
pr_debug
(
"PCI: Mapping IO address 0x%x - 0x%x to base 0x%lx
\n
"
,
chan
->
io_resource
->
start
,
chan
->
io_resource
->
end
,
chan
->
io_base
+
chan
->
io_resource
->
start
);
/* NOTE: I'm ignoring the PCI error IRQs for now..
* TODO: add support for the internal error interrupts and
* DMA interrupts...
*/
/* Apply any last-minute PCIC fixups */
/* Apply any last-minute PCIC fixups */
pci_fixup_pcic
(
chan
);
pci_fixup_pcic
(
chan
);
...
...
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