Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
1cd82436
Unverified
Commit
1cd82436
authored
6 years ago
by
Mark Brown
Browse files
Options
Download
Plain Diff
Merge branch 'regmap-4.21' into regmap-5.0
parents
bfeffd15
74d4b4e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/base/regmap/regmap-irq.c
drivers/base/regmap/regmap-irq.c
+1
-1
No files found.
drivers/base/regmap/regmap-irq.c
View file @
1cd82436
...
...
@@ -258,7 +258,7 @@ static int regmap_irq_set_type(struct irq_data *data, unsigned int type)
const
struct
regmap_irq_type
*
t
=
&
irq_data
->
type
;
if
((
t
->
types_supported
&
type
)
!=
type
)
return
-
ENOTSUPP
;
return
0
;
reg
=
t
->
type_reg_offset
/
map
->
reg_stride
;
...
...
This diff is collapsed.
Click to expand it.
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