commit | a29fd614a6af57610b1963e3445f1758c3806187 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Jun 25 15:02:33 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 25 17:00:40 2015 -0700 |
tree | 7152686b1dfd8daa500e93739d305c6d9d2c5455 | |
parent | 2abf114fc841550a3e0c63afcd31c9781116fe42 [diff] |
drivers/base/core.c: use strreplace() This eliminates a little .text and avoids repeating the strchr call when we meet a '!' (which will happen at least once). Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>