commit | a46d9884096c15ec17505b9b3d19f5e0672deff3 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Oct 01 12:46:09 2015 +0300 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Oct 05 21:11:27 2015 +1100 |
tree | 830a62cc1791d48c974fc47d9c60345316dcf2c1 | |
parent | a030e1e4bbd085bbcfd0a23f8d355fcd41f39bed [diff] |
powerpc/pseries: handle nodes without '/' In case we have node without '/' strrchr() returns NULL which might lead to crash. Replace strrchr() by kbasename() and modify condition to avoid such behaviour. Suggested-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>