From: Steve French Date: Fri, 30 Nov 2012 00:07:51 +0000 (-0600) Subject: make convert_delimiter use strchr instead of open-coding it X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc9bd68617f2a92dcd6e4398288341d16cfb5c1;p=pandora-kernel.git make convert_delimiter use strchr instead of open-coding it Take advantage of accelerated strchr() on arches that support it. Also, no caller ever passes in a NULL pointer. Get rid of the unneeded NULL pointer check. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed