mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
Allthough fsl,cpm1-gpio-irq-mask always contains a 16 bits value,
it is a standard u32 OF property as documented in
Documentation/devicetree/bindings/soc/fsl/cpm_qe/gpio.txt
The driver erroneously uses of_property_read_u16() leading to a
mask which is always 0.
Fix it by using of_property_read_u32() instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| adder875.c | ||
| cpm1-ic.c | ||
| cpm1.c | ||
| ep88xc.c | ||
| Kconfig | ||
| m8xx_setup.c | ||
| machine_check.c | ||
| Makefile | ||
| micropatch.c | ||
| mpc8xx.h | ||
| mpc86xads_setup.c | ||
| mpc86xads.h | ||
| mpc885ads_setup.c | ||
| mpc885ads.h | ||
| pic.c | ||
| pic.h | ||
| tqm8xx_setup.c | ||