From 7e846d6b91d9775e7b0b64035033909024338344 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Fri, 16 Jan 2015 14:05:48 +0100 Subject: [PATCH] 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-format-patch failed