mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
Fix wrong variable used for error checking after devm_ioremap_resource()
call. The function checks qmc->scc_pram instead of qmc->dpram, which
could lead to incorrect error handling.
Fixes:
|
||
|---|---|---|
| .. | ||
| gpio.c | ||
| Kconfig | ||
| Makefile | ||
| qe_common.c | ||
| qe_ic.c | ||
| qe_io.c | ||
| qe_ports_ic.c | ||
| qe_tdm.c | ||
| qe.c | ||
| qmc.c | ||
| tsa.c | ||
| tsa.h | ||
| ucc_fast.c | ||
| ucc_slow.c | ||
| ucc.c | ||
| usb.c | ||