mirror of
https://github.com/torvalds/linux.git
synced 2026-06-14 10:03:05 +02:00
In case of error, the function devm_ioremap_nocache() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.
Fixes:
|
||
|---|---|---|
| .. | ||
| intel-xhci-usb-role-switch.c | ||
| Kconfig | ||
| Makefile | ||