From: Eugene Crosser Date: Fri, 16 Jan 2015 13:05:48 +0000 (+0100) Subject: qeth: sysfs: replace strcmp() with sysfs_streq() X-Git-Tag: fixes-v4.0-rc1~150^2~189^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e846d6b91d9775e7b0b64035033909024338344;p=pandora-kernel.git qeth: sysfs: replace strcmp() with sysfs_streq() Replace combination of strsep() and a temporary char * followed by a series of "if (!strcmp(...))" with a series of "if (sysfs_streq(...))". Signed-off-by: Eugene Crosser Signed-off-by: Ursula Braun Reviewed-by: Thomas-Mich Richter Signed-off-by: David S. Miller --- Reading git-diff-tree failed