commit | e1dd8641c8c36ff4aacf24c7e2575770e30afbe5 | [log] [tgz] |
---|---|---|
author | Niklas Cassel <nks@flawful.org> | Sun Feb 01 02:08:50 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Sat Feb 07 22:55:47 2015 -0800 |
tree | f18a2defea3e8e741b572fe754a22124ea8323f7 | |
parent | d164ea32674ec82e80f480769ffcd2144f901380 [diff] |
mtd: avoid registering reboot notifier twice Calling mtd_device_parse_register with the same mtd_info (e.g. registering several partitions on a single device) would add the same reboot notifier twice, causing an infinte loop in notifier_chain_register during boot up. Signed-off-by: Niklas Cassel <nks@flawful.org> [Brian: add FIXME comments] Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>