mirror of https://github.com/torvalds/linux.git
If 'devm_reset_control_get' returns an error, then we erroneously return
success because error code is taken from 'host->clk' instead of
'host->rst'.
Fixes:
|
||
|---|---|---|
| .. | ||
| hw | ||
| Kconfig | ||
| Makefile | ||
| bus.c | ||
| bus.h | ||
| cdma.c | ||
| cdma.h | ||
| channel.c | ||
| channel.h | ||
| debug.c | ||
| debug.h | ||
| dev.c | ||
| dev.h | ||
| intr.c | ||
| intr.h | ||
| job.c | ||
| job.h | ||
| mipi.c | ||
| syncpt.c | ||
| syncpt.h | ||