diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-10-10 13:41:16 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-10-10 13:41:22 +0200 |
commit | f7d87826fe482dbe4b0675f99c1eae2890a2d8fb (patch) | |
tree | 2640aec2ab83e9958930a7ba9b1738ed5103355e /include/linux | |
parent | b0a2cea5eb637d540ba86fd31dfd750f26ee0161 (diff) | |
parent | b790c8ea5593d6dc3580adfad8e117eeb56af874 (diff) | |
download | linux-f7d87826fe482dbe4b0675f99c1eae2890a2d8fb.tar.gz linux-f7d87826fe482dbe4b0675f99c1eae2890a2d8fb.tar.bz2 linux-f7d87826fe482dbe4b0675f99c1eae2890a2d8fb.zip |
Merge tag 'reset-for-4.20' of git://git.pengutronix.de/git/pza/linux into next/drivers
Reset controller changes for v4.20
This adds a new driver for the PDC Global (Power Domain Controller)
reset controller found on Qualcomm SDM845 SoCs, fixes a potential
use-after-free issue in reset_controller_dev.of_xlate() callbacks
from __of_reset_control_get(), and trivially fixes a documentation
grammar issue.
* tag 'reset-for-4.20' of git://git.pengutronix.de/git/pza/linux:
reset: Fix potential use-after-free in __of_reset_control_get()
reset: qcom: PDC Global (Power Domain Controller) reset controller
dt-bindings: reset: Add PDC Global binding for SDM845 SoCs
reset: Grammar s/more then once/more than once/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/reset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reset.h b/include/linux/reset.h index 09732c36f351..29af6d6b2f4b 100644 --- a/include/linux/reset.h +++ b/include/linux/reset.h @@ -116,7 +116,7 @@ static inline int device_reset_optional(struct device *dev) * @id: reset line name * * Returns a struct reset_control or IS_ERR() condition containing errno. - * If this function is called more then once for the same reset_control it will + * If this function is called more than once for the same reset_control it will * return -EBUSY. * * See reset_control_get_shared for details on shared references to |