git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c352125
)
qeth: sysfs: replace strcmp() with sysfs_streq()
author
Eugene Crosser
<Eugene.Crosser@ru.ibm.com>
Fri, 16 Jan 2015 13:05:48 +0000
(14:05 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sun, 18 Jan 2015 04:55:00 +0000
(23:55 -0500)
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 <Eugene.Crosser@ru.ibm.com>
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Reviewed-by: Thomas-Mich Richter <tmricht@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found