Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pinctrl: samsung: Handle memory allocation failure during wakeup bank…
…s init Check if kmemdup failed during wakeup banks initialization. Otherwise NULL pointer would be stored under "irq_chip" member of bank and later dereferenced in interrupt handler. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
- Loading branch information