mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 18:49:34 +02:00
In case of failure, device_create() returns not NULL but the error code. The current code checks for non-NULL though which causes kernel oops in sysfs_create_group() when device_create() fails. Check for error using IS_ERR() and propagate the error value using PTR_ERR() instead of fixed -ENODEV code returned now... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
|---|---|---|
| .. | ||
| adp5520-gpio.c | ||
| bt8xxgpio.c | ||
| gpiolib.c | ||
| Kconfig | ||
| langwell_gpio.c | ||
| Makefile | ||
| max732x.c | ||
| max7301.c | ||
| mc33880.c | ||
| mcp23s08.c | ||
| pca953x.c | ||
| pcf857x.c | ||
| pl061.c | ||
| twl4030-gpio.c | ||
| ucb1400_gpio.c | ||
| vr41xx_giu.c | ||
| wm831x-gpio.c | ||
| xilinx_gpio.c | ||