From: Rasmus Villemoes Date: Thu, 25 Jun 2015 22:02:33 +0000 (-0700) Subject: drivers/base/core.c: use strreplace() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~106^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29fd614a6af57610b1963e3445f1758c3806187;p=pandora-kernel.git 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 Cc: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed