mirror of https://github.com/torvalds/linux.git
Use %pe instead of %ps when printing ERR_PTR() values. %ps is intended
for string pointers, while %pe correctly prints symbolic error names
for error pointers returned via ERR_PTR().
This shows the returned error value more clearly.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| aux_drv.c | ||
| aux_drv.h | ||
| cmds.c | ||
| cmds.h | ||
| debugfs.c | ||
| debugfs.h | ||
| vdpa_dev.c | ||
| vdpa_dev.h | ||