Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc: fix early exit from udev on hotplug event for fadump
Sysfs /sys/kernel/fadump/hotplug_ready contains 1 if hotplug is supported by fadump. Now to exit early the RUN command should grep 0 from /sys/kernel/fadump/hotplug_ready instead of 1. Fix it by updating RUN command. Fixes: b4e3d37 ("fadump/udev: do not re-register fadump if kernel hotplug ready") Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
- Loading branch information