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
nexedi
linux
Commits
86298962
Commit
86298962
authored
Oct 22, 2007
by
Haavard Skinnemoen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AVR32] Fix a couple of sparse warnings
Signed-off-by:
Haavard Skinnemoen
<
hskinnemoen@atmel.com
>
parent
1c2f1737
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/avr32/mach-at32ap/extint.c
arch/avr32/mach-at32ap/extint.c
+1
-1
arch/avr32/mach-at32ap/pm.h
arch/avr32/mach-at32ap/pm.h
+2
-2
No files found.
arch/avr32/mach-at32ap/extint.c
View file @
86298962
...
...
@@ -142,7 +142,7 @@ static int eic_set_irq_type(unsigned int irq, unsigned int flow_type)
return
ret
;
}
struct
irq_chip
eic_chip
=
{
st
atic
st
ruct
irq_chip
eic_chip
=
{
.
name
=
"eic"
,
.
ack
=
eic_ack_irq
,
.
mask
=
eic_mask_irq
,
...
...
arch/avr32/mach-at32ap/pm.h
View file @
86298962
...
...
@@ -113,8 +113,8 @@
/* Register access macros */
#define pm_readl(reg) \
__raw_readl((void __iomem *)AT32_PM_BASE + PM_##reg)
__raw_readl((void __iomem
__force
*)AT32_PM_BASE + PM_##reg)
#define pm_writel(reg,value) \
__raw_writel((value), (void __iomem *)AT32_PM_BASE + PM_##reg)
__raw_writel((value), (void __iomem
__force
*)AT32_PM_BASE + PM_##reg)
#endif
/* __ARCH_AVR32_MACH_AT32AP_PM_H__ */
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